From 2ad0082a2509beb9569af4c506c27d67ea5ed76b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 5 Jun 2001 16:23:22 +0000 Subject: (mount): notail in any case --- perl-install/fs.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 9e3009bde..cc42a96a4 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -219,7 +219,8 @@ sub mount($$$;$) { } elsif ($fs eq 'reiserfs') { #- could be better if we knew if there is a /boot or not #- without knowing it, / is forced to be mounted with notail - #$mount_opt = 'notail' if $where =~ m|/(boot)?$|; + # if $where =~ m|/(boot)?$|; + $mount_opt = 'notail'; #- notail in any case eval { modules::load('reiserfs') }; } elsif ($fs eq 'romfs') { eval { modules::load('romfs') }; -- cgit v1.2.1