diff options
author | Olivier Blin <oblin@mandriva.org> | 2006-03-04 16:36:13 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2006-03-04 16:36:13 +0000 |
commit | 55ec1e42a2e4e611fd8c71f8968d1a6ad08f6c9f (patch) | |
tree | 2f9c292e3ae3124ce9718586f0f4514a6e705005 /live/One/2006.0/config | |
parent | a172323802a6adf2ae7ea17d3327df366239455e (diff) | |
download | drakx-55ec1e42a2e4e611fd8c71f8968d1a6ad08f6c9f.tar drakx-55ec1e42a2e4e611fd8c71f8968d1a6ad08f6c9f.tar.gz drakx-55ec1e42a2e4e611fd8c71f8968d1a6ad08f6c9f.tar.bz2 drakx-55ec1e42a2e4e611fd8c71f8968d1a6ad08f6c9f.tar.xz drakx-55ec1e42a2e4e611fd8c71f8968d1a6ad08f6c9f.zip |
install acpi and acpid, but don't enable them by default, drakboot will take care of that
Diffstat (limited to 'live/One/2006.0/config')
-rw-r--r-- | live/One/2006.0/config/auto_inst.cfg.pl | 3 | ||||
-rw-r--r-- | live/One/2006.0/config/live.cfg | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/live/One/2006.0/config/auto_inst.cfg.pl b/live/One/2006.0/config/auto_inst.cfg.pl index f0ec354dd..5ed179de5 100644 --- a/live/One/2006.0/config/auto_inst.cfg.pl +++ b/live/One/2006.0/config/auto_inst.cfg.pl @@ -122,6 +122,9 @@ $o = { #- network 'zcip', 'tmdns', 'ethtool', 'rp-pppoe', + #- acpi + 'acpi', 'acpid', + #- useful packages 'ndiswrapper', 'xmoto', diff --git a/live/One/2006.0/config/live.cfg b/live/One/2006.0/config/live.cfg index 64783c88b..a2427106d 100644 --- a/live/One/2006.0/config/live.cfg +++ b/live/One/2006.0/config/live.cfg @@ -47,6 +47,7 @@ my $l = { qw(capi4linux ibod isdn4linux isdnlog), qw(cpqarrayd upsd upsmon), # uncommon hardware qw(lisa ntpd snmpd), # unneeded software + qw(acpi acpid), # enabled by drakboot when needed ], vga_mode => 788, }, |