diff options
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/steps.pm | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 213cc21fb..855ab88b6 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,6 @@ - diskdrake: o change the legend and the colors per partition +- drop /etc/sysconfig/usb configuration (not used anymore in initscripts) Version 10.4.174 - 21 August 2007, by Olivier "blino" Blin diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm index 05dd04758..ab205b660 100644 --- a/perl-install/install/steps.pm +++ b/perl-install/install/steps.pm @@ -836,7 +836,6 @@ sub miscellaneousAfter { addToBeDone { addVarsInSh("$::prefix/etc/sysconfig/system", { META_CLASS => $o->{meta_class} }); - substInFile { s/KEYBOARD_AT_BOOT=.*/KEYBOARD_AT_BOOT=yes/ } "$::prefix/etc/sysconfig/usb" if detect_devices::usbKeyboards(); eval { install::any::set_security($o) }; |