summaryrefslogtreecommitdiffstats
path: root/perl-install/fs
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-05-18 03:56:25 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-01-02 14:56:51 +0100
commit8b2d9993f22e0f3facdc1ebca58d5af2e1d79406 (patch)
tree9ae155b7f43a2b01e5276f6cdc8c1457b44e94a5 /perl-install/fs
parentaca7340da42597727327f42e95447ba5728e98ad (diff)
downloaddrakx-8b2d9993f22e0f3facdc1ebca58d5af2e1d79406.tar
drakx-8b2d9993f22e0f3facdc1ebca58d5af2e1d79406.tar.gz
drakx-8b2d9993f22e0f3facdc1ebca58d5af2e1d79406.tar.bz2
drakx-8b2d9993f22e0f3facdc1ebca58d5af2e1d79406.tar.xz
drakx-8b2d9993f22e0f3facdc1ebca58d5af2e1d79406.zip
drop (broken) support for Alpha, IA64 & PPC, Sparc
Diffstat (limited to 'perl-install/fs')
-rw-r--r--perl-install/fs/get.pm2
1 files changed, 1 insertions, 1 deletions
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($_) } @_;
}