rootfs-block/mount-root.sh: remove $NEWROOT/.autofsck if possible

master
Harald Hoyer 2010-11-10 22:10:54 +01:00
parent 040f3d2ffc
commit e53fdd1c35
1 changed files with 1 additions and 0 deletions

View File

@ -139,4 +139,5 @@ if [ -n "$root" -a -z "${root%%block:*}" ]; then
"${root#block:}" "$NEWROOT" 2>&1 | vinfo

[ -f "$NEWROOT"/forcefsck ] && rm -f "$NEWROOT"/forcefsck 2>/dev/null
[ -f "$NEWROOT"/.autofsck ] && rm -f "$NEWROOT"/.autofsck 2>/dev/null
fi