sysconfig: make kexec_file_load as default option on aarch64

Signed-off-by: Pingfan Liu <piliu@redhat.com>
Acked-by: Coiby Xu <coxu@redhat.com>
This commit is contained in:
Pingfan Liu 2021-10-21 10:17:01 +08:00 committed by Coiby Xu
parent 9ffda5bc1c
commit 960a132c31
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ KDUMP_COMMANDLINE_APPEND="irqpoll nr_cpus=1 reset_devices cgroup_disable=memory
#
# Example:
# KEXEC_ARGS="--elf32-core-headers"
KEXEC_ARGS=""
KEXEC_ARGS="-s"
#Where to find the boot image
#KDUMP_BOOTDIR="/boot"