diff options
author | Francois Pons <fpons@mandriva.com> | 2000-06-20 16:25:33 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-06-20 16:25:33 +0000 |
commit | 7f7a9b7b58dbef59e2e1a09afe682983dc7806f8 (patch) | |
tree | 8b7d537f31d92c3ba63acf1a67dd73c58ea84ab8 /perl-install/fs.pm | |
parent | e61090daf9ed3cfcb837287cf6717161d1179bf5 (diff) | |
download | drakx-backup-do-not-use-7f7a9b7b58dbef59e2e1a09afe682983dc7806f8.tar drakx-backup-do-not-use-7f7a9b7b58dbef59e2e1a09afe682983dc7806f8.tar.gz drakx-backup-do-not-use-7f7a9b7b58dbef59e2e1a09afe682983dc7806f8.tar.bz2 drakx-backup-do-not-use-7f7a9b7b58dbef59e2e1a09afe682983dc7806f8.tar.xz drakx-backup-do-not-use-7f7a9b7b58dbef59e2e1a09afe682983dc7806f8.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r-- | perl-install/fs.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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 |