### kexec -*- Sh -*- ## File sourced by /etc/init.d/kexec and kexec-load. ### Code: LOAD_KEXEC=true ## The following two are typically symlinks. KERNEL_IMAGE=/vmlinuz INITRD=/initrd.img ## The /proc/cmdline file contents will be used unless the following is set. APPEND= USE_GRUB_CONFIG=false ### kexec ends here