Sometime Today, dt cobbled together some glyphs to say:
i want my linux to act as windows when it is not shut properly
usually when linux get bad shut it wait for admin to hit y to start fsck otherwise it will skip
i want linux to start fsck as default and should prompt for cancling fsck
Why?
if [ "$AUTOFSCK_DEF_CHECK" = "YES" ]; then
changed line is if [ "$AUTOFSCK_DEF_CHECK" = "" ]; then
Change this to "$AUTOFSCK_DEF_CHECK" != "NO" and it will work