From c8d8767aa3dfeb049fd662080ac8cf2a7075ca56 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 23 Jun 2000 13:03:19 +0000 Subject: *** empty log message *** --- 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 33dc8229b..2eb7c4bf9 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -204,6 +204,8 @@ sub mount($$$;$) { #- without knowing it, / is forced to be mounted with notail $mount_opt = 'notail' if $where =~ m|/(boot)?$|; eval { modules::load('reiserfs') }; + } elsif ($fs eq 'romfs') { + eval { modules::load('romfs') }; } $where =~ s|/$||; -- cgit v1.2.1 epository'/>
summaryrefslogtreecommitdiffstats
blob: a1d873c1575fbe34240e6f457cedf7cd7ba45b09 (plain)
1
2
3
4
5
6
7