From ee0769cc42bd56a7e3ab5752d9a1d1f0539aa99c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 2 Mar 2012 16:37:28 +0000 Subject: [PATCH] * If debug2 is passed on the kernel command line, run Upstart with the --verbose flag to see what it's doing. svn path=/nixos/trunk/; revision=32747 --- modules/system/boot/stage-2-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/boot/stage-2-init.sh b/modules/system/boot/stage-2-init.sh index ac6193b99629..7a619f1f97f7 100644 --- a/modules/system/boot/stage-2-init.sh +++ b/modules/system/boot/stage-2-init.sh @@ -174,4 +174,4 @@ fi # Start Upstart's init. echo "starting Upstart..." -PATH=/var/run/current-system/upstart/sbin exec init +PATH=/var/run/current-system/upstart/sbin exec init ${debug2:+--verbose}