From 157c064c16a05e562cc865788faa9848f3c31d53 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 18 Sep 2007 12:35:32 +0000 Subject: oops, this one goes with previous commit --- perl-install/partition_table/raw.pm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'perl-install/partition_table/raw.pm') diff --git a/perl-install/partition_table/raw.pm b/perl-install/partition_table/raw.pm index 096e36ccd..ab9fbba08 100644 --- a/perl-install/partition_table/raw.pm +++ b/perl-install/partition_table/raw.pm @@ -208,13 +208,6 @@ sub raw_add { die "raw_add: partition table already full"; } -sub default_type { - my $type = arch() =~ /ia64/ ? 'gpt' : arch() eq "alpha" ? "bsd" : arch() =~ /^sparc/ ? "sun" : arch() eq "ppc" ? "mac" : "dos"; - #- override standard mac type on PPC for IBM machines to dos - $type = "dos" if arch() =~ /ppc/ && detect_devices::get_mac_model() =~ /^IBM/; - $type; -} - sub zero_MBR { &partition_table::initialize } #- deprecated sub clear_existing { -- cgit v1.2.1