summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index ab39349c4..5c797d1a0 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -787,7 +787,7 @@ sub getAndSaveAutoInstallFloppy {
fs::umount($mountdir);
rmdir $mountdir;
- c::del_loop($dev);
+ devices::del_loop($dev);
require commands;
commands::dd("if=$imagefile", "of=$where", "bs=1440", "count=1024");
unlink $imagefile;