From bb720a7c171d225816a7f455e94f918b56c34227 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 23 Aug 2007 09:46:06 +0000 Subject: drop /etc/sysconfig/usb configuration (not used anymore in initscripts) --- perl-install/install/NEWS | 1 + perl-install/install/steps.pm | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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) }; -- cgit v1.2.1