Root/package/boot/kexec-tools/Config.in

1menu "Configuration"
2    depends on PACKAGE_kexec-tools
3
4config KEXEC_TOOLS_TARGET_NAME
5    string
6    prompt "Target name for kexec kernel"
7    default EXTRA_TARGET_ARCH_NAME if powerpc64
8    default ARCH
9    help
10      Defines the target type of the kernels that kexec deals
11      with. This should be the target specification of
12      the kernel you're booting.
13
14config KEXEC_TOOLS_kdump
15    bool
16    prompt "kdump support"
17    default n
18    help
19      Include the kdump utility.
20
21endmenu
22

Archive Download this file



interactive