diff --git a/etc/rc.d/fsck b/etc/rc.d/fsck index 5fe175f9905..da27e4a0df4 100755 --- a/etc/rc.d/fsck +++ b/etc/rc.d/fsck @@ -29,6 +29,8 @@ fsck_start() { if [ "$autoboot" = no ]; then echo "Fast boot: skipping disk checks." + elif [ ! -r /etc/fstab ]; then + echo "Warning! No /etc/fstab: skipping disk checks." elif [ "$autoboot" = yes ]; then # During fsck ignore SIGQUIT trap : 3