diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-07-22 02:28:13 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-07-22 02:28:13 +0000 |
commit | 7c804dccfc223e7253eeac95232ade8e5d049375 (patch) | |
tree | 72612aa0a14c72696a0f513dfdf5a23e154d2046 | |
parent | dc044917af7cc6aad3007a1d9764b15ebb0348e0 (diff) | |
download | drakx-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 ***
-rw-r--r-- | perl-install/fsedit.pm | 1 |
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)) { |