diff options
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 9be58979a..437d90b2c 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -321,7 +321,7 @@ sub configureX { my ($clicked) = @_; #- done here and also at the end of install2.pm, just in case... - fs::write($o->{prefix}, $o->{fstab}, $o->{manualFstab}, $o->{useSupermount}); + install_any::write_fstab($o); modules::write_conf($o->{prefix}); require pkgs; @@ -581,7 +581,7 @@ sub main { install_any::ejectCdrom(); install_any::remove_advertising($o); - $::live or fs::write($o->{prefix}, $o->{fstab}, $o->{manualFstab}, $o->{useSupermount}); + install_any::write_fstab($o); modules::write_conf($o->{prefix}); #- to ensure linuxconf doesn't cry against those files being in the future |