summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-06-02 01:27:30 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-06-02 01:27:30 +0000
commit0f1cf2981af68b9c0fcb4e220acadf79147c3b44 (patch)
treee986ef2059b2a722d6bf60c161ada6d57027a51b /perl-install/install_steps.pm
parented1d8cc01c32253c5b950e72ce9b950d4654c4f2 (diff)
downloaddrakx-0f1cf2981af68b9c0fcb4e220acadf79147c3b44.tar
drakx-0f1cf2981af68b9c0fcb4e220acadf79147c3b44.tar.gz
drakx-0f1cf2981af68b9c0fcb4e220acadf79147c3b44.tar.bz2
drakx-0f1cf2981af68b9c0fcb4e220acadf79147c3b44.tar.xz
drakx-0f1cf2981af68b9c0fcb4e220acadf79147c3b44.zip
revert very new titi sucks
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 05d0e0b7f..7749aa851 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 {
- setVarsInSh("$o->{prefix}/etc/sysconfig/system", {
+ addVarsInSh("$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();