diff options
author | Olivier Blin <oblin@mandriva.org> | 2006-03-10 15:13:53 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2006-03-10 15:13:53 +0000 |
commit | 554eb6ce3a74341fcfea9309278f9213cc2b65c1 (patch) | |
tree | 60e37073ee5d5a2d43fe72aa2dc2fbb4284e6cf3 /live | |
parent | 77aaea8e89a194805d0635b78983e884afd34852 (diff) | |
download | drakx-554eb6ce3a74341fcfea9309278f9213cc2b65c1.tar drakx-554eb6ce3a74341fcfea9309278f9213cc2b65c1.tar.gz drakx-554eb6ce3a74341fcfea9309278f9213cc2b65c1.tar.bz2 drakx-554eb6ce3a74341fcfea9309278f9213cc2b65c1.tar.xz drakx-554eb6ce3a74341fcfea9309278f9213cc2b65c1.zip |
disable pcmcia service at live boot
Diffstat (limited to 'live')
-rw-r--r-- | live/One/2006.0/config/live.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/live/One/2006.0/config/live.cfg b/live/One/2006.0/config/live.cfg index deb4270dc..e4be22f3e 100644 --- a/live/One/2006.0/config/live.cfg +++ b/live/One/2006.0/config/live.cfg @@ -76,8 +76,7 @@ my $l = { 'mandriva-theme-screensaver', ], disable_services => [ - qw(bluetooth), # bluetooth - qw(cpufreq laptop-mode), # laptop + qw(bluetooth cpufreq laptop-mode pcmcia), qw(cups hplip), # printing qw(capi4linux ibod isdn4linux isdnlog), qw(cpqarrayd upsd upsmon), # uncommon hardware |