archboot/etc/conf.d/kexec_conf.d
Alexander Baldeck 2a150b1dca Initial revision
2007-02-22 22:46:50 +00:00

16 lines
349 B
D

#
# Configuration for Kexec
#
# Path to kernel, default to stock arch kernel
KPATH="/mnt/boot/kernel26"
# 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="/mnt/boot/kernel26.img"