summaryrefslogtreecommitdiff
blob: aa829b9c234925375f175f5802c0aa564c42e577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Kernel image pathname, relative from /boot.
KNAME="bzimage"

# Additional arguments passed to kexec (8)
# Following arguments are support:
#
# --reuse-cmdline
#   Use the current boot command line
#
# --command-line=string
#   Use a different command line
#
# --initrd=file
#   Specify an initrd to use
#
KEXEC_OPT_ARGS="--reuse-cmdline"