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 <vgoyal@redhat.com>
Acked-by: WANG Chao <chaowang@redhat.com>
This commit is contained in:
Vivek Goyal 2013-06-11 10:07:12 -04:00 committed by Baoquan He
parent 56c7c922e1
commit cd0a7a87d0
1 changed files with 0 additions and 1 deletions

View File

@ -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"