summaryrefslogtreecommitdiffstats
path: root/perl-install/commands.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-09-24 15:06:12 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-09-24 15:06:12 +0000
commitb3b73a63d14b4702369776093214f779f69f4aa3 (patch)
tree6a9125d7daf11ce4b7f0a7e9f0ebe8cebcc0c6ab /perl-install/commands.pm
parent041bce7f1ab685a4290865e4eb2c2f5d2aaac285 (diff)
downloaddrakx-backup-do-not-use-b3b73a63d14b4702369776093214f779f69f4aa3.tar
drakx-backup-do-not-use-b3b73a63d14b4702369776093214f779f69f4aa3.tar.gz
drakx-backup-do-not-use-b3b73a63d14b4702369776093214f779f69f4aa3.tar.bz2
drakx-backup-do-not-use-b3b73a63d14b4702369776093214f779f69f4aa3.tar.xz
drakx-backup-do-not-use-b3b73a63d14b4702369776093214f779f69f4aa3.zip
no_comment
Diffstat (limited to 'perl-install/commands.pm')
-rw-r--r--perl-install/commands.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/commands.pm b/perl-install/commands.pm
index f23caef0d..311b204f2 100644
--- a/perl-install/commands.pm
+++ b/perl-install/commands.pm
@@ -561,7 +561,7 @@ sub install_cpio($$;@) {
sub bug {
my ($h) = getopts(\@_, "h");
$h and die "usage: bug\nput file report.bug on fat formatted floppy\n";
- mount "/dev/fd0", "/fd0";
+ mount devices::make(first(detect_devices::floppies())), "/fd0";
sub header { "
********************************************************************************