diff options
-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 dfe593f3a..71c54e20f 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -36,7 +36,7 @@ use fs; ], ); my @suggestions_mntpoints = ( - "/root", "/var/ftp", "/var/www", + "/root", "/var/ftp", "/var/www", "/boot", arch() =~ /sparc/ ? "/mnt/sunos" : "/mnt/windows", ); |