#
# Configuration for Kexec
#

# Path to kernel, default to stock arch kernel
KPATH="/install/boot/vmlinuz-linux"

# Root partition
# The default attempts to autodetect
ROOTPART="$(mount | grep "on /mnt type" | cut -d' ' -f 1)"

# Additional kernel parameters
KPARAM="ro"

# Path to initrd image, default to stock arch kernel
INITRD="/install/boot/initramfs-linux.img"
