From 42de548241492f6ccd4cf620845e899e581328f9 Mon Sep 17 00:00:00 2001 From: Alessandro Elias Date: Wed, 17 Feb 2016 16:32:06 +0000 Subject: Removed debug options. Signed-off-by: Alessandro Elias --- builder/hd-boot/hooks/prepare-kern_cmdline-fallback.sh | 5 ++--- 1 file 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 -- cgit v1.2.3-55-g7522