From afa71376b0f4cf05924ea9035abd6768161652d5 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 29 Aug 2001 10:33:56 +0000 Subject: no need to have devfs=nomount anymore in root raid --- 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 1db8de554..bc70fc3d8 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -152,7 +152,7 @@ sub doPartitionDisksAfter { # do not use devfs with root software raid foreach ($o->{bootloader}{perImageAppend}) { - $_ .= ' devfs=' . (isRAID(fsedit::get_root($o->{fstab})) ? 'nomount' : 'mount') if !/devfs=/; + $_ .= ' devfs=mount' if !/devfs=/; } if (arch() =~ /ppc/ && detect_devices::get_mac_generation =~ /NewWorld/) { -- cgit v1.2.1