s390x: enable the kexec file load by default

Let's use the option KEXEC_ARGS="-s" to enable the kexec file load
by default.

Signed-off-by: Lianbo Jiang <lijiang@redhat.com>
Acked-by: Dave Young <dyoung@redhat.com>
This commit is contained in:
Lianbo Jiang 2020-06-29 21:13:57 +08:00 committed by Kairui Song
parent e5cbf4d1ad
commit 8884af04b6

View File

@ -31,7 +31,7 @@ MKDUMPRD_ARGS=""
# #
# Example: # Example:
# KEXEC_ARGS="--elf32-core-headers" # KEXEC_ARGS="--elf32-core-headers"
KEXEC_ARGS="" KEXEC_ARGS="-s"
#Where to find the boot image #Where to find the boot image
#KDUMP_BOOTDIR="/boot" #KDUMP_BOOTDIR="/boot"