# # Configuration for Kexec # # Path to kernel KPATH="/boot/linux" # Root partition (autodetect) ROOTPART="$(awk '/^[ \t]*[^#]/ { if ($2 == "/") { print $1; }}' /etc/fstab)" # Additional kernel parameters KPARAM="ro" # Path to initrd image # Only use if your kernel requires it #INITRD="/boot/kernel26.img"