From e740716e1216f45ac444b419e52bf95f1f220998 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 6 Aug 2001 13:12:08 +0000 Subject: (@suggestions_mntpoints): remove /root (tx2gc) --- perl-install/fsedit.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index 85cd6f6b6..629b2a88b 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -42,7 +42,7 @@ foreach (values %suggestions) { } my @suggestions_mntpoints = ( - "/root", "/var/ftp", "/var/www", "/boot", + "/var/ftp", "/var/www", "/boot", arch() =~ /sparc/ ? "/mnt/sunos" : arch() =~ /ppc/ ? "/mnt/macos" : "/mnt/windows", ); -- cgit v1.2.1