Found another nasty, where bad symlinks were being produced in --home

. .. this isn't wanted, actually I'm not sure why I changed to this
behavior to begin with, but remember that repl dirs weren't formed in
one instance, but this isn't a problem anymore.
This commit is contained in:
freesource
2003-02-13 19:35:34 +00:00
parent a755253bcc
commit aea0e0054b
2 changed files with 10 additions and 4 deletions
+3 -1
View File
@@ -379,7 +379,9 @@ if ( !%option || $option{gui_mode} ) {
# /tmp
home_builder($tmp1);
if ( !( $option{help} || $option{h} ) ) {
if ( !( $option{help} || $option{h} ) &&
$home_uml_kernel !~ /user-mode-linux/ &&
!$option{home} ) {
# $HOME/.gbootroot/root_filesystem
home_builder($home_rootfs);