From b62b2f3dc75d15d570344656f950502afeb2dc8d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 15 Jan 2002 21:18:00 +0000 Subject: encrypted filesystem handling: - using losetup - add "Options" for partitions in diskdrake (expert mode) --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') 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; -- cgit v1.2.1