Let the script load the other acpi modules, too.

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1050 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-11-03 15:01:57 +00:00
parent 375c0b3b27
commit accc9c301b
3 changed files with 17 additions and 2 deletions

View File

@@ -143,7 +143,6 @@
* libwww-perl-5.803
* libxml2-2.6.26
* libxslt-1.1.17
* linux-2.6.16.55
* linux-2.6.16.56
* linux-atm-2.4.1
* linux-libc-headers-2.6.12.0

View File

@@ -15,8 +15,19 @@
# a space or a tab.
########################################################################
### ACPI
#
ac
battery
button
fan
processor
thermal
video
### parport
#
parport_pc
lp
button
# End /etc/sysconfig/modules

View File

@@ -19,6 +19,11 @@
# #
###############################################################################
### Clean up our environment
#
delete @ENV{qw(IFS CDPATH ENV BASH_ENV PATH)};
$< = $>;
require "/opt/pakfire/lib/functions.pl";
my $interactive = 1;