X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=src%2Finitscripts%2Finit.d%2Fcheckfs;h=484721398b9f2bd0aa818e594a46b818dbf26cd2;hp=fe0f435a1af65f42214bc93f7a7c78d939bb39d1;hb=376e42ce691f6733223ed16841c9e9b081dabf69;hpb=73d9a908d5108e63c916b8868d2f12f8a0a229a7 diff --git a/src/initscripts/init.d/checkfs b/src/initscripts/init.d/checkfs index fe0f435a1a..484721398b 100644 --- a/src/initscripts/init.d/checkfs +++ b/src/initscripts/init.d/checkfs @@ -30,8 +30,8 @@ case "${1}" in start) - if [ -f /fastboot ]; then - boot_mesg -n "/fastboot found, will not perform" ${INFO} + if [ ! -f /.autofsck ]; then + boot_mesg -n "No /.autofsck found, will not perform" ${INFO} boot_mesg " file system checks as requested." echo_ok exit 0