]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/initscripts/init.d/checkfs
Kernel Update
[people/pmueller/ipfire-2.x.git] / src / initscripts / init.d / checkfs
index fe0f435a1af65f42214bc93f7a7c78d939bb39d1..484721398b9f2bd0aa818e594a46b818dbf26cd2 100644 (file)
@@ -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