From 9751804098b01f6413629e9850ee3286c81e521b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 6 Apr 2001 00:48:19 +0000 Subject: create install_any::write_fstab and use it --- perl-install/install2.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/install2.pm') 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 -- cgit v1.2.1