commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 20/26: Make boot script accept more fsck values


From: Samuel Thibault
Subject: [hurd] 20/26: Make boot script accept more fsck values
Date: Sat, 02 Nov 2013 14:44:46 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit aece54e2c790d65c660bfe0bbbfd42d9cdd3fe27
Author: Samuel Thibault <address@hidden>
Date:   Mon Oct 28 09:16:55 2013 +0100

    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(-)

diff --git a/daemons/rc.sh b/daemons/rc.sh
index 2239bf7..5cf44fa 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
                ;;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]