diff options
-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 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/) { |