From 8b2d9993f22e0f3facdc1ebca58d5af2e1d79406 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 May 2015 03:56:25 +0200 Subject: drop (broken) support for Alpha, IA64 & PPC, Sparc --- perl-install/fs/get.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/fs/get.pm b/perl-install/fs/get.pm index cbdf093dd..a46a30b09 100644 --- a/perl-install/fs/get.pm +++ b/perl-install/fs/get.pm @@ -51,7 +51,7 @@ sub hds { (@{$all_hds->{hds}}, @{$all_hds->{lvms}}); } -#- get all normal partition including special ones as found on sparc. +#- get all normal partition. sub hds_fstab { map { partition_table::get_normal_parts($_) } @_; } -- cgit v1.2.1