From c0594dc68e91165a1c5357296a6a5bcda2bfe2b1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 21 Dec 2004 14:36:05 +0000 Subject: - fs::mount() wants a real device or a faked one, but doesn't accept things like fd0 anymore (give it /dev/fd0) - a little more robust analyze_wild_device_name() during install - handle bad things in subpart_from_wild_device_name() --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 12516e4da..e139b4b64 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -622,7 +622,7 @@ sub updateModulesFromFloppy { my ($o) = @_; return if $::testing; - fs::mount($o->{updatemodules}, "/floppy", "ext2", 0); + fs::mount(devices::make($o->{updatemodules}), "/floppy", "ext2", 0); foreach my $kernel_version (all("$::prefix/lib/modules")) { log::l("examining updated modules for kernel $kernel_version"); -d "/floppy/$kernel_version" or next; -- cgit v1.2.1