Test ARM avec eglibc (en cours)
[hvlinux.git] / stage0 / cis-pre-install
index 1fa9261..5183a23 100755 (executable)
@@ -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}