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:
parent
56c7c922e1
commit
cd0a7a87d0
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user