From 1bec15a4e0ced39be27bc15c16aa2db8621e36a2 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 30 Sep 2002 21:10:04 +0000 Subject: drop "notail" when filesystem is not reiserfs --- perl-install/fs.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/fs.pm') diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 7eaf61711..560d1f7cf 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -468,6 +468,8 @@ sub set_default_options { } if (isThisFs('reiserfs', $part)) { $options->{notail} = 1; + } else { + $options->{notail} = 0; } if (isLoopback($part) && !isSwap($part)) { #- no need for loop option for swap files $options->{loop} = 1; -- cgit v1.2.1