From 0c3bce1653c9800d20531d73da182f804c338a8b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 16 Aug 2001 15:02:49 +0000 Subject: (getAndSaveAutoInstallFloppy): fix a missing del_loop which caused the unmounting at end of install to fail --- perl-install/install_any.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install_any.pm') 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; -- cgit v1.2.1