summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_any.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 907886226..2e923ec52 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -735,6 +735,7 @@ sub getAndSaveAutoInstallFloppy {
output("$mountdir/auto_inst.cfg", g_auto_install($replay));
fs::umount($mountdir);
+ c::del_loop($dev);
commands::dd("if=$imagefile", "of=$where", "bs=1440", "count=1024");
}
1;