diff options
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 822ac3be4..63d6a60a8 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -148,6 +148,9 @@ sub doPartitionDisksAfter { $_->{rebootNeeded} and $o->rebootNeeded foreach @$hds; } + fs::set_removable_mntpoints($o->{all_hds}); + fs::set_default_options($o->{all_hds}, $o->{useSupermount}, lang::fs_options($o->{lang})); + $o->{fstab} = [ fsedit::get_all_fstab($o->{all_hds}) ]; fsedit::get_root_($o->{fstab}) or die "Oops, no root partition"; |