diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-04-06 00:48:19 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-04-06 00:48:19 +0000 |
commit | 9751804098b01f6413629e9850ee3286c81e521b (patch) | |
tree | 8271d913f24dd1e51ee04774ab5ff3a658bcad96 /perl-install/install_steps.pm | |
parent | 69b6d6056c98dc6c647ff69fd7b773ef21ca3519 (diff) | |
download | drakx-backup-do-not-use-9751804098b01f6413629e9850ee3286c81e521b.tar drakx-backup-do-not-use-9751804098b01f6413629e9850ee3286c81e521b.tar.gz drakx-backup-do-not-use-9751804098b01f6413629e9850ee3286c81e521b.tar.bz2 drakx-backup-do-not-use-9751804098b01f6413629e9850ee3286c81e521b.tar.xz drakx-backup-do-not-use-9751804098b01f6413629e9850ee3286c81e521b.zip |
create install_any::write_fstab and use it
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |