diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-01-09 12:43:53 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-01-09 12:43:53 +0000 |
commit | 9bcfd2232c79288786d0cae90925edc44508bccb (patch) | |
tree | 18ffd1127f941bb05a5d0a7888011836a70b02fa /perl-install/install_steps.pm | |
parent | 386a093b4929b6da4f15370b28e844618622384f (diff) | |
download | drakx-9bcfd2232c79288786d0cae90925edc44508bccb.tar drakx-9bcfd2232c79288786d0cae90925edc44508bccb.tar.gz drakx-9bcfd2232c79288786d0cae90925edc44508bccb.tar.bz2 drakx-9bcfd2232c79288786d0cae90925edc44508bccb.tar.xz drakx-9bcfd2232c79288786d0cae90925edc44508bccb.zip |
(miscellaneousBefore): cleanup
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 a080cd337..1782292d5 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -791,7 +791,7 @@ sub miscellaneousBefore { $ENV{SECURE_LEVEL} = $o->{security}; add2hash_ $o, { useSupermount => $o->{security} < 4 && arch() !~ /sparc/ && $o->{installClass} !~ /corporate|server/ }; - cat_("/proc/cmdline") =~ /.mem=(\S+)/; #- if /^mem/, it means that's the value grub gave + cat_("/proc/cmdline") =~ /mem=(\S+)/; add2hash_($o->{miscellaneous} ||= {}, { numlock => !$o->{pcmcia}, $1 ? (memsize => $1) : () }); } sub miscellaneous { |