2 # this will cause debugfs to create the /tmp/debugfs.mark file once it has
3 # passed the MMP startup, then continue reading input until it is killed
5 DEBUGFS=${DEBUGFS:-debugfs}
9 echo "$DEBUGFS -w $DEVICE"
10 { echo "dump_inode <2> $MARKFILE"; cat /dev/zero; } | $DEBUGFS -w $DEVICE &
12 while [ ! -e $MARKFILE ]; do