From ac29ad197bd46b24c7004601da7437abec8e3b64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 10 Aug 2009 09:20:05 +0000 Subject: [PATCH] stage-1-init: Remove timeout from `fail()'. Timeouts upon failure can be harmful, e.g., after a file system failure that needs manual intervention. svn path=/nixos/trunk/; revision=16637 --- modules/system/boot/stage-1-init.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/system/boot/stage-1-init.sh b/modules/system/boot/stage-1-init.sh index 1ba65cc24cc5..8604df5a70d9 100644 --- a/modules/system/boot/stage-1-init.sh +++ b/modules/system/boot/stage-1-init.sh @@ -8,7 +8,6 @@ export LD_LIBRARY_PATH=@extraUtils@/lib fail() { # If starting stage 2 failed, allow the user to repair the problem # in an interactive shell. - timeout=15 cat <