The branch, master has been updated via e53fdd1c35f647441dec690e57f23ab0ebd3343e (commit) from 040f3d2ffcebad74b8447bb6ce36d68ad910b3af (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e53fdd1c35f647441dec690e57f23ab0ebd3343e Author: Harald Hoyer <harald@xxxxxxxxxx> Date: Wed Nov 10 22:10:54 2010 +0100 rootfs-block/mount-root.sh: remove $NEWROOT/.autofsck if possible diff --git a/modules.d/95rootfs-block/mount-root.sh b/modules.d/95rootfs-block/mount-root.sh index 93c5c42..fecc347 100755 --- a/modules.d/95rootfs-block/mount-root.sh +++ b/modules.d/95rootfs-block/mount-root.sh @@ -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 ----------------------------------------------------------------------- Summary of changes: modules.d/95rootfs-block/mount-root.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) -- dracut - Initramfs generator using udev -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html