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/auto_inst.cfg.pl | |
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/auto_inst.cfg.pl')
-rw-r--r-- | live/One/2006.0/config/auto_inst.cfg.pl | 3 |
1 files changed, 3 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', |