Fixed 057-kernfs run.

This commit is contained in:
Manuel Canales Esparcia 2005-10-08 16:13:32 +00:00
parent eaa021a187
commit b51d2ec7cf

4
jhalfs
View file

@ -590,13 +590,13 @@ EOF
) >> $MKFILE.tmp ) >> $MKFILE.tmp
fi fi
# In the mount of kernel filesystems we need to set LFS for CHROOT1 # In the mount of kernel filesystems we need to set LFS
# and not to use chroot. # and not to use chroot.
if [ "$i" = "057-kernfs" ] ; then if [ "$i" = "057-kernfs" ] ; then
( (
cat << EOF cat << EOF
@echo -e "\n\`date\`\n\nKB: \`du -sk --exclude=0??-* \$(LFS)\`\n" >logs/$i && \\ @echo -e "\n\`date\`\n\nKB: \`du -sk --exclude=0??-* \$(LFS)\`\n" >logs/$i && \\
commands/$file >>logs/$i 2>&1 && \\ export LFS=\$(LFS) && commands/$file >>logs/$i 2>&1 && \\
echo -e "\n\`date\`\n\nKB: \`du -sk --exclude=0??-* \$(LFS)\`\n" >>logs/$i echo -e "\n\`date\`\n\nKB: \`du -sk --exclude=0??-* \$(LFS)\`\n" >>logs/$i
EOF EOF
) >> $MKFILE.tmp ) >> $MKFILE.tmp