summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-01-15 21:18:00 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-01-15 21:18:00 +0000
commitb62b2f3dc75d15d570344656f950502afeb2dc8d (patch)
tree21437772d3da2b4743788d70cf97e25887d5197a /perl-install/install_any.pm
parent936db376c2f856166a9cbb52268bb751ac2745d8 (diff)
downloaddrakx-b62b2f3dc75d15d570344656f950502afeb2dc8d.tar
drakx-b62b2f3dc75d15d570344656f950502afeb2dc8d.tar.gz
drakx-b62b2f3dc75d15d570344656f950502afeb2dc8d.tar.bz2
drakx-b62b2f3dc75d15d570344656f950502afeb2dc8d.tar.xz
drakx-b62b2f3dc75d15d570344656f950502afeb2dc8d.zip
encrypted filesystem handling:
- using losetup - add "Options" for partitions in diskdrake (expert 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;