diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-07-22 02:28:25 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-07-22 02:28:25 +0000 |
commit | 1603594e5d31c28a244424d498a6ba208fcf301f (patch) | |
tree | 026c3c07a87398436bc5e5914f14114b4e999807 /perl-install | |
parent | 7c804dccfc223e7253eeac95232ade8e5d049375 (diff) | |
download | drakx-1603594e5d31c28a244424d498a6ba208fcf301f.tar drakx-1603594e5d31c28a244424d498a6ba208fcf301f.tar.gz drakx-1603594e5d31c28a244424d498a6ba208fcf301f.tar.bz2 drakx-1603594e5d31c28a244424d498a6ba208fcf301f.tar.xz drakx-1603594e5d31c28a244424d498a6ba208fcf301f.zip |
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/fsedit.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index fc0ea4c2e..69a6bcb88 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -206,7 +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 + #- non partitioned drive push @raw_hds, $hd; next; } elsif ($o_ask_before_blanking && $o_ask_before_blanking->($hd->{device}, $err)) { |