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/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 3267adedb..06e3a53bd 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -293,7 +293,7 @@ sub beforeInstallPackages { } #- some packages need such files for proper installation. - $::live or fs::write($o->{prefix}, $o->{fstab}, $o->{manualFstab}, $o->{useSupermount}); + install_any::write_fstab($o); require network; network::add2hosts("$o->{prefix}/etc/hosts", "localhost.localdomain", "127.0.0.1"); -- cgit v1.2.1