archboot/etc/conf.d/kexec_conf.d

17 lines
349 B
D
Raw Normal View History

2007-02-22 23:46:50 +01:00
#
# 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"