diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-06-01 23:55:12 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-06-01 23:55:12 +0000 |
commit | 50543844bb0a032a7c2a0c19f6d4e60eba8905b5 (patch) | |
tree | 6fca65868ec5818b51af28023c98943671ece41c /perl-install/install_steps.pm | |
parent | 306e78ee2092365f7b64db699f15d1dda60f9e9e (diff) | |
download | drakx-50543844bb0a032a7c2a0c19f6d4e60eba8905b5.tar drakx-50543844bb0a032a7c2a0c19f6d4e60eba8905b5.tar.gz drakx-50543844bb0a032a7c2a0c19f6d4e60eba8905b5.tar.bz2 drakx-50543844bb0a032a7c2a0c19f6d4e60eba8905b5.tar.xz drakx-50543844bb0a032a7c2a0c19f6d4e60eba8905b5.zip |
(miscellaneousAfter) fix very old uncatched bug
Diffstat (limited to 'perl-install/install_steps.pm')
-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 7749aa851..05d0e0b7f 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -926,7 +926,7 @@ sub miscellaneousAfter { $ENV{SECURE_LEVEL} = $o->{security}; #- deprecated with chkconfig 1.3.4-2mdk, uses /etc/sysconfig/msec addToBeDone { - addVarsInSh("$o->{prefix}/etc/sysconfig/system", { + setVarsInSh("$o->{prefix}/etc/sysconfig/system", { META_CLASS => $o->{meta_class} || 'PowerPack', }); substInFile { s/KEYBOARD_AT_BOOT=.*/KEYBOARD_AT_BOOT=yes/ } "$o->{prefix}/etc/sysconfig/usb" if detect_devices::usbKeyboards(); |