diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-06 13:12:08 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-06 13:12:08 +0000 |
commit | e740716e1216f45ac444b419e52bf95f1f220998 (patch) | |
tree | 41f330a7b86efa2e537bf6d0f55127b712f1ab12 /perl-install | |
parent | 498630bcb0ca476f810b696e27a5c20315f4fafd (diff) | |
download | drakx-backup-do-not-use-e740716e1216f45ac444b419e52bf95f1f220998.tar drakx-backup-do-not-use-e740716e1216f45ac444b419e52bf95f1f220998.tar.gz drakx-backup-do-not-use-e740716e1216f45ac444b419e52bf95f1f220998.tar.bz2 drakx-backup-do-not-use-e740716e1216f45ac444b419e52bf95f1f220998.tar.xz drakx-backup-do-not-use-e740716e1216f45ac444b419e52bf95f1f220998.zip |
(@suggestions_mntpoints): remove /root (tx2gc)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/fsedit.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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", ); |