initscripts 1.0: checkroot.sh: Die, die, die fsck interactivity!
authorPaul Sokolovsky <pmiscml@gmail.com>
Mon, 24 Sep 2007 23:15:57 +0000 (23:15 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Mon, 24 Sep 2007 23:15:57 +0000 (23:15 +0000)
* Works around #3065.
* Fixes infamous issue with hang during boot on h2200, etc.

packages/initscripts/initscripts-1.0/checkroot.sh
packages/initscripts/initscripts_1.0.bb

index 76bedcf..5c1e5c6 100755 (executable)
@@ -140,7 +140,7 @@ else
     esac
     test `uname -m` = s390 && spinner="" # This should go away
     test "$VERBOSE" != no && echo "Checking root filesystem..."
-    fsck $spinner $force $fix /
+    fsck $spinner $force $fix / </dev/null
     RTC=$?
     #
     # If there was a failure, drop into single-user mode.
index 52413a7..bcc3aa2 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "required"
 DEPENDS = "makedevs"
 RDEPENDS = "makedevs"
 LICENSE = "GPL"
-PR = "r101"
+PR = "r102"
 
 SRC_URI = "file://functions \
            file://halt \