From 9f877bad6352661cac5c5d04c22368205e02d0c4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 28 Aug 2001 17:44:43 +0000 Subject: remove the temporary file /tmp/autoinst.img --- perl-install/install_any.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index f7c86f9f8..d7c05363d 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -754,6 +754,7 @@ sub getAndSaveAutoInstallFloppy { c::del_loop($dev); require commands; commands::dd("if=$imagefile", "of=$where", "bs=1440", "count=1024"); + unlink $imagefile; } 1; } -- cgit v1.2.1