From e4baffd98ca6ec03ad1942ab398abc78d9d73ec4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 18 Aug 2001 22:46:30 +0000 Subject: oops, i inverted devfs=nomount and devfs=mount --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 9de250ba8..822ac3be4 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -873,7 +873,7 @@ sub miscellaneous { local $_ = $o->{bootloader}{perImageAppend}; # do not use devfs with root software raid - $_ .= ' devfs=' . (isRAID(fsedit::get_root($o->{fstab})) ? 'mount' : 'nomount') if !/devfs=/; + $_ .= ' devfs=' . (isRAID(fsedit::get_root($o->{fstab})) ? 'nomount' : 'mount') if !/devfs=/; if ($o->{lnx4win} and !/mem=/) { $_ .= ' mem=' . availableRamMB() . 'M'; -- cgit v1.2.1