From c6399f588983503120e93c50963c56bb7708a2d0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 24 Mar 2015 10:28:30 -0400 Subject: kill sparc leftover --- perl-install/fs/mount_point.pm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'perl-install') diff --git a/perl-install/fs/mount_point.pm b/perl-install/fs/mount_point.pm index 9b25e5f1d..1edcacb7a 100644 --- a/perl-install/fs/mount_point.pm +++ b/perl-install/fs/mount_point.pm @@ -72,13 +72,6 @@ sub suggest_mount_points_always { $_->{mntpoint} = $_->{unsafeMntpoint} = "/media/win_" . lc($_->{device_windobe}) . ($v ? $v+1 : ''); #- lc cuz of StartOffice(!) cf dadou } } - - my @sunos = grep { $_->{pt_type} == 2 } @$fstab; #- take only into account root partitions. - if (@sunos) { - my $v = ''; - map { $_->{mntpoint} = $_->{unsafeMntpoint} = "/mnt/sunos" . ($v && ++$v) } @sunos; - } - #- a good job is to mount SunOS root partition, and to use mount point described here in /etc/vfstab. } sub validate_mount_points { -- cgit v1.2.1