* 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:
Eelco Dolstra 2012-03-02 16:37:28 +00:00
parent 5d5fc5f675
commit ee0769cc42

View file

@ -174,4 +174,4 @@ fi
# Start Upstart's init. # Start Upstart's init.
echo "starting Upstart..." echo "starting Upstart..."
PATH=/var/run/current-system/upstart/sbin exec init PATH=/var/run/current-system/upstart/sbin exec init ${debug2:+--verbose}