summaryrefslogtreecommitdiffstats
path: root/perl-install/fsedit.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-07-22 02:28:13 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-07-22 02:28:13 +0000
commit7c804dccfc223e7253eeac95232ade8e5d049375 (patch)
tree72612aa0a14c72696a0f513dfdf5a23e154d2046 /perl-install/fsedit.pm
parentdc044917af7cc6aad3007a1d9764b15ebb0348e0 (diff)
downloaddrakx-backup-do-not-use-7c804dccfc223e7253eeac95232ade8e5d049375.tar
drakx-backup-do-not-use-7c804dccfc223e7253eeac95232ade8e5d049375.tar.gz
drakx-backup-do-not-use-7c804dccfc223e7253eeac95232ade8e5d049375.tar.bz2
drakx-backup-do-not-use-7c804dccfc223e7253eeac95232ade8e5d049375.tar.xz
drakx-backup-do-not-use-7c804dccfc223e7253eeac95232ade8e5d049375.zip
*** empty log message ***
Diffstat (limited to 'perl-install/fsedit.pm')
-rw-r--r--perl-install/fsedit.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm
index acf5a023f..fc0ea4c2e 100644
--- a/perl-install/fsedit.pm
+++ b/perl-install/fsedit.pm
@@ -206,6 +206,7 @@ sub hds {
log::l("using /proc/partitions since diskdrake failed :(");
use_proc_partitions($hd);
} elsif (exists $hd->{usb_description} && ($hd->{pt_type} ||= typeOfPart($hd->{device}))) {
+ #- non partitioned device
push @raw_hds, $hd;
next;
} elsif ($o_ask_before_blanking && $o_ask_before_blanking->($hd->{device}, $err)) {