From 7f7a9b7b58dbef59e2e1a09afe682983dc7806f8 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 20 Jun 2000 16:25:33 +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 12e9ceae0..33dc8229b 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -197,6 +197,8 @@ sub mount($$$;$) { $mount_opt = 'check=relaxed'; eval { modules::load('vfat') }; #- try using vfat eval { modules::load('msdos') } if $@; #- otherwise msdos... + } elsif ($fs eq 'ufs') { + eval { modules::load('ufs') }; } 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 -- cgit v1.2.1