archrelease: copy trunk to extra-x86_64
[arch-packages.git] / kexec-tools / trunk / kexec.conf.d
blob991a7a27d0e9f81d98a20760ac3e57a4b7523db5
2 # Configuration for Kexec
5 # Path to kernel, default to stock arch kernel
6 KPATH="/boot/vmlinuz-linux"
8 # Root partition
9 # The default attempts to autodetect
10 ROOTPART="$(awk '/^[ \t]*[^#]/ { if ($2 == "/") { print $1; }}' /etc/fstab)"
12 # Additional kernel parameters
13 KPARAM="ro"
15 # Path to initrd image, default to stock arch kernel
16 INITRD="/boot/initramfs-linux.img"