From 87c93e78375706cf62c751f1ee44ee25ff31937e Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 27 Feb 2006 19:13:19 +0000 Subject: disable services that slow down boot --- live/One/2006.0/config/live.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/live/One/2006.0/config/live.cfg b/live/One/2006.0/config/live.cfg index 87459adf6..431193ea6 100644 --- a/live/One/2006.0/config/live.cfg +++ b/live/One/2006.0/config/live.cfg @@ -40,6 +40,14 @@ my $l = { 'mandriva-theme-screensaver', 'mozilla-firefox-br', # don't make breton become the fallback language (#21291) ], + disable_services => [ + # qw(bluetooth), # bluetooth + # qw(cpufreq laptop-mode), # laptop + qw(cups hplip), # printing + qw(capi4linux ibod isdn4linux isdnlog), + qw(cpqarrayd upsd upsmon), # uncommon hardware + qw(lisa ntpd snmpd), # unneeded software + ], vga_mode => 788, }, regions => {'occident' => ['br','ca','cy','de','en_GB','en_IE','en_US','es','eu','fr','ga','gl','gn','it','iu','kl','lb','mt','nds','oc','pt','pt_BR','qu','sc','wa'],'asiafrica' => ['af','am','ar','as','az','ber','bn','fa','gu','he','hi','hy','id','ja','ka','km','kn','ko','ku','ky','lo','mi','ml','mn','mr','ms','ne','pa_IN','ph','ss','st','ta','te','tg','th','tk','tt','ug','ur','uz','uz@Latn','ve','vi','xh','zh_CN','zh_TW','zu'],'central_europe' => ['da','el','eo','fi','fo','fur','fy','is','li','nb','nl','nn','se','sv','tr'],'eastern_europe' => ['be','bg','bs','cs','et','hr','hu','lt','ltg','lv','mk','pl','ro','ru','sk','sl','sq','sr','sr@Latn','uk','yi']}, -- cgit v1.2.1