summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Elias2016-02-17 17:32:06 +0100
committerAlessandro Elias2016-02-17 17:32:06 +0100
commit42de548241492f6ccd4cf620845e899e581328f9 (patch)
treeb1c556ac2e69ab4ba3a9856cf57217ebd809c65d
parentAdded script as fallback to dnbd3-rootfs. (diff)
downloadsystemd-init-42de548241492f6ccd4cf620845e899e581328f9.tar.gz
systemd-init-42de548241492f6ccd4cf620845e899e581328f9.tar.xz
systemd-init-42de548241492f6ccd4cf620845e899e581328f9.zip
Removed debug options.
Signed-off-by: Alessandro Elias <ae11@c3sl.ufpr.br>
-rwxr-xr-xbuilder/hd-boot/hooks/prepare-kern_cmdline-fallback.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/builder/hd-boot/hooks/prepare-kern_cmdline-fallback.sh b/builder/hd-boot/hooks/prepare-kern_cmdline-fallback.sh
index 8366bb87..6521ae24 100755
--- a/builder/hd-boot/hooks/prepare-kern_cmdline-fallback.sh
+++ b/builder/hd-boot/hooks/prepare-kern_cmdline-fallback.sh
@@ -8,8 +8,7 @@ debug_on() {
[ "$RD_DEBUG" = "yes" ] && set -x
}
-debug_on
-set -x
+#debug_on
if [ -z "$BOOTIF" ]; then
umount /proc/cmdline
@@ -28,4 +27,4 @@ if [ -z "$BOOTIF" ]; then
[ -z "$SLX_SERVER" ] && warn 'No "slxsrv" parameter found in the kernel command line.'
[ -z "$SLX_SERVER_BASE" ] && warn 'No "slxbase" parameter found in the kernel command line.'
fi
-debug_off
+#debug_off