summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-03-06 11:12:58 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-03-06 11:12:58 +0000
commitabd87d725e72364a1e78c7a6da7adfe8f9e43cb3 (patch)
treef9e454d6bc0dcfe20b58a98ac1ecab96ef114b3d /perl-install/install2.pm
parent5ea5967296bc2e38eda233fa762c0f90ed169874 (diff)
downloaddrakx-abd87d725e72364a1e78c7a6da7adfe8f9e43cb3.tar
drakx-abd87d725e72364a1e78c7a6da7adfe8f9e43cb3.tar.gz
drakx-abd87d725e72364a1e78c7a6da7adfe8f9e43cb3.tar.bz2
drakx-abd87d725e72364a1e78c7a6da7adfe8f9e43cb3.tar.xz
drakx-abd87d725e72364a1e78c7a6da7adfe8f9e43cb3.zip
(main): remove unloading vfat (not needed anymore with mdk-stage1)
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 4df87e835..202fd21d9 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -458,7 +458,6 @@ sub main {
$o->{prefix} = $::testing ? "/tmp/test-perl-install" : $::live ? "" : "/mnt";
mkdir $o->{prefix}, 0755;
- modules::unload($_) foreach qw(vfat msdos fat);
modules::load_deps(($::testing ? ".." : "") . "/modules/modules.dep");
modules::read_stage1_conf($_) foreach "/tmp/conf.modules", "/etc/modules.conf";
modules::read_already_loaded();