mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 04:05:53 +02:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user