* 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
This commit is contained in:
parent
5d5fc5f675
commit
ee0769cc42
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue