--- halt.sh.orig Sat Jul 20 01:55:22 2002 +++ halt.sh Thu Jul 25 11:19:18 2002 @@ -113,5 +113,14 @@ eend 0 fi +# inform if there is a forced or skipped fsck +if [ -f /forcefsck ]; then + echo + ewarn "A full fsck will be forced on next startup" +fi +if [ -f /fastboot ]; then + echo + ewarn "Fsck will be skipped on next startup" +fi # vim:ts=4