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