turn off systemd logging on console
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 20 Feb 2013 10:51:14 +0000 (11:51 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 20 Feb 2013 10:51:14 +0000 (11:51 +0100)
build.sh

index 5dc111c..6018f05 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -13,8 +13,9 @@ DIRNAME=$(dirname $0)
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
 
 DEBUG_SYSTEMD=""
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
 
 DEBUG_SYSTEMD=""
-# temporary
-DEBUG_SYSTEMD=true
+# turn this on to get systemd's full log on console (slows things down)
+#DEBUG_SYSTEMD=true
+DEBUG_SYSTEMD=false
 
 # defaults
 DEFAULT_TYPES="usb iso"
 
 # defaults
 DEFAULT_TYPES="usb iso"