diff options
Diffstat (limited to 'package/kexec-tools/kexec-config.in')
-rw-r--r-- | package/kexec-tools/kexec-config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/kexec-tools/kexec-config.in b/package/kexec-tools/kexec-config.in new file mode 100644 index 0000000000..0907741825 --- /dev/null +++ b/package/kexec-tools/kexec-config.in @@ -0,0 +1,9 @@ + +config KEXEC_TOOLS_TARGET_NAME + string + prompt "Target name for kexec kernel" if PACKAGE_kexec-tools + default ARCH + help + Defines the target type of the kernels that kexec deals + with. This should be the target specification of + the kernel you're booting. |