From aece54e2c790d65c660bfe0bbbfd42d9cdd3fe27 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 28 Oct 2013 09:16:55 +0100 Subject: Make boot script accept more fsck values * daemons/rc.sh: Accept fsck returning 5 and 9 too. --- daemons/rc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemons') diff --git a/daemons/rc.sh b/daemons/rc.sh index 2239bf72..5cf44fa6 100644 --- a/daemons/rc.sh +++ b/daemons/rc.sh @@ -34,7 +34,7 @@ then /sbin/reboot ;; # Fsck couldn't fix it. - 4 | 8) + 4 | 5 | 8 | 9) echo "Automatic boot failed... help!" exit 1 ;; -- cgit v1.2.3