X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpre-install;h=5ff17d2e93e761b156c724317d2fed6f04fa5ba3;hb=fdfe3465d577792d614b8ceae56c5a30e9e20481;hp=27b810dfdb635b67ed536ed65b4654db790a69eb;hpb=d850183ab004abc65a405b3d925ab3f274e854b5;p=hvlinux.git diff --git a/stage0/pre-install b/stage0/pre-install index 27b810d..5ff17d2 100755 --- a/stage0/pre-install +++ b/stage0/pre-install @@ -21,7 +21,7 @@ if ! grep -q "lfs" /etc/passwd; then fi # Creating basic directories -for subdir in tmp var tools cross-tools; do +for subdir in etc tmp var tools cross-tools; do dir=${LFS}/${subdir} if [ ! -d ${dir} ]; then install -dv ${dir}