diff options
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index e97bb1529..3aa94cf65 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -874,6 +874,8 @@ sub miscellaneous { local $_ = $o->{bootloader}{perImageAppend}; + $_ .= ' devfs=mount' if !/devfs=/; + if ($o->{lnx4win} and !/mem=/) { $_ .= ' mem=' . availableRamMB() . 'M'; } |