From 7c804dccfc223e7253eeac95232ade8e5d049375 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 22 Jul 2004 02:28:13 +0000 Subject: *** empty log message *** --- perl-install/fsedit.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/fsedit.pm') 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)) { -- cgit v1.2.1