2 # Configuration
for Kexec
5 # Path to kernel
, default to stock arch kernel
6 KPATH
="/boot/vmlinuz-linux"
9 # The
default attempts to autodetect
10 ROOTPART
="$(awk '/^[ \t]*[^#]/ { if ($2 == "/") { print $1; }}' /etc/fstab)"
12 # Additional kernel parameters
15 # Path to initrd image
, default to stock arch kernel
16 INITRD
="/boot/initramfs-linux.img"