X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fcis-pre-install;h=5183a23de045bde50f84e8fe2fa30990e53cb122;hb=b51ceee0b72987ab3a9533c6560dd538b6332476;hp=1fa9261999ea78b0eeff413b1a6c36030a694422;hpb=1786cd5454ea76e7f894efa81a7cef80a057b634;p=hvlinux.git diff --git a/stage0/cis-pre-install b/stage0/cis-pre-install index 1fa9261..5183a23 100755 --- a/stage0/cis-pre-install +++ b/stage0/cis-pre-install @@ -31,7 +31,7 @@ if ! grep "lfs" /etc/passwd 1> /dev/null 2>&1; then fi # Creating basic directories -for subdir in tmp var boot tools cross-tools; do +for subdir in tmp var tools cross-tools; do dir=${LFS}/${subdir} if [ ! -d ${dir} ]; then install -dv ${dir}