From 2fbb5a0bf3ccf3096417626c256d9a442289204c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 3 Jun 2005 05:14:21 +0000 Subject: inline old mount command which has been removed --- perl-install/commands.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-install/commands.pm b/perl-install/commands.pm index e6e49f5af..b8359d54b 100644 --- a/perl-install/commands.pm +++ b/perl-install/commands.pm @@ -460,7 +460,10 @@ sub bug { $h and die "usage: bug\nput file report.bug on fat formatted floppy\n"; require detect_devices; - mount devices::make(detect_devices::floppy()), "/fd0"; + require modules; + require fs; + modules::load_dependencies("/modules/modules.dep"); + fs::mount(devices::make(detect_devices::floppy()), '/fd0', 'vfat'); require install_any; output("/fd0/report.bug", install_any::report_bug()); -- cgit v1.2.1