diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-04-03 14:33:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-04-03 14:33:39 +0000 |
commit | 76d55b0e8e544e23ad22892fce5c15fc282ef352 (patch) | |
tree | 681be133cda99c342f7398bd8d5020ebae822f3d | |
parent | 6b04f5dd8d5786f1f4788bf50cab56c7b953c07a (diff) | |
download | drakx-76d55b0e8e544e23ad22892fce5c15fc282ef352.tar drakx-76d55b0e8e544e23ad22892fce5c15fc282ef352.tar.gz drakx-76d55b0e8e544e23ad22892fce5c15fc282ef352.tar.bz2 drakx-76d55b0e8e544e23ad22892fce5c15fc282ef352.tar.xz drakx-76d55b0e8e544e23ad22892fce5c15fc282ef352.zip |
add /usr/local and /opt to suggestions_mntpoints
-rw-r--r-- | perl-install/fsedit.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index fd2f89e04..6f28ff6fe 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -43,9 +43,8 @@ foreach (values %suggestions) { } my @suggestions_mntpoints = ( - "/var/ftp", "/var/www", "/boot", + "/var/ftp", "/var/www", "/boot", '/usr/local', '/opt', arch() =~ /sparc/ ? "/mnt/sunos" : arch() =~ /ppc/ ? "/mnt/macos" : "/mnt/windows", - #- RedHat also has /usr/local and /opt ); #-###################################################################################### |