From cd0a7a87d03680c326498cf9e7771aa425a526dc Mon Sep 17 00:00:00 2001 From: Vivek Goyal Date: Tue, 11 Jun 2013 10:07:12 -0400 Subject: [PATCH] kdump: Do not output debug messages by default Currently "set -x" is specified in dracut-kdump.sh and I see the script execution commands by default on console while testing with F19. That's not right. This should be done only if user asked for it. Remove it. Signed-off-by: Vivek Goyal Acked-by: WANG Chao --- dracut-kdump.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/dracut-kdump.sh b/dracut-kdump.sh index ae67b1c..4b9e36f 100755 --- a/dracut-kdump.sh +++ b/dracut-kdump.sh @@ -4,7 +4,6 @@ exec >&2 . /lib/dracut-lib.sh set -o pipefail -set -x KDUMP_PATH="/var/crash" CORE_COLLECTOR="" DEFAULT_CORE_COLLECTOR="makedumpfile -c --message-level 1 -d 31"