Fixed 057-kernfs run.
This commit is contained in:
parent
eaa021a187
commit
b51d2ec7cf
1 changed files with 2 additions and 2 deletions
4
jhalfs
4
jhalfs
|
@ -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
|
||||||
|
|
Reference in a new issue