From 41242f22137bf15057dbaf615cf299e9d347983a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 18 Aug 2001 21:22:23 +0000 Subject: (write_fstab): add notail for reiserfs partitions in any case --- perl-install/fs.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 1ab5695a8..74c04a5f9 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -525,8 +525,7 @@ sub write_fstab($;$$@) { isTrueFS($_) and ($freq, $passno) = (1, ($_->{mntpoint} eq '/') ? 1 : 2); isNfs($_) and $dir = '', $options = $_->{options} || $format_options->('ro,nosuid,rsize=8192,wsize=8192', 'iocharset'); isFat($_) and $options = $_->{options} || $format_options->("user,exec,umask=0", 'codepage', 'iocharset'); - - #isThisFs("reiserfs", $_) && $_ == fsedit::get_root($fstab, 'boot') and add_options($options, "notail"); + isThisFs("reiserfs", $_) and add_options($options, "notail"); my $dev = isLoopback($_) ? ($_->{mntpoint} eq '/' ? "/initrd/loopfs$_->{loopback_file}" : $_->{device}) : -- cgit v1.2.1