From abd87d725e72364a1e78c7a6da7adfe8f9e43cb3 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 6 Mar 2001 11:12:58 +0000 Subject: (main): remove unloading vfat (not needed anymore with mdk-stage1) --- perl-install/install2.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install') 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(); -- cgit v1.2.1