diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-20 11:37:44 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-20 11:37:44 +0000 |
commit | aee01dfabb461cd8e2bcc9a20451df94b058fd13 (patch) | |
tree | b6043c9ac5194baa0cbede42da35a63577120158 /perl-install | |
parent | 636107c3857a2be8a60e5936cbbde41ceca4ef75 (diff) | |
download | drakx-aee01dfabb461cd8e2bcc9a20451df94b058fd13.tar drakx-aee01dfabb461cd8e2bcc9a20451df94b058fd13.tar.gz drakx-aee01dfabb461cd8e2bcc9a20451df94b058fd13.tar.bz2 drakx-aee01dfabb461cd8e2bcc9a20451df94b058fd13.tar.xz drakx-aee01dfabb461cd8e2bcc9a20451df94b058fd13.zip |
usb is runned by rc.sysinit, and doesn't like "chkconfig --add" anymore
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 5b2db9845..7bb4a8101 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -436,7 +436,7 @@ Consoles 1,3,4,7 may also contain interesting information"; #- make sure some services have been enabled (or a catastrophic restart will occur). #- these are normally base package post install scripts or important services to start. run_program::rooted($o->{prefix}, "chkconfig", "--add", $_) foreach - qw(random netfs network rawdevices sound kheader usb keytable syslog crond portmap); + qw(random netfs network rawdevices sound kheader keytable syslog crond portmap); if ($o->{mouse}{device} =~ /ttyS/) { log::l("disabling gpm for serial mice (doesn't get along nicely with X)"); |