From afba7573387ce1b4ac3b9fa57ba60cc3aec9f020 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 6 Apr 2001 00:51:03 +0000 Subject: add write_fstab --- perl-install/install_any.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 56a2ab548..65857a004 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -882,7 +882,8 @@ sub disable_user_view { sub write_fstab { my ($o) = @_; - fs::write($o->{prefix}, $o->{fstab}, $o->{manualFstab}, $o->{useSupermount}, lang::fs_options($o->{lang})); + fs::write($o->{prefix}, $o->{fstab}, $o->{manualFstab}, $o->{useSupermount}, lang::fs_options($o->{lang})) + if !$::live; } -- cgit v1.2.1