Files
infix/board/x86_64/rootfs/boot/grub/grub.cfg
T
Joachim WibergandTobias Waldekranz 5d7e6bd693 Rename amd64 -> x86_64 and native -> classic
A long standing internal debate comes to its logical conclusion.  Arch
naming should follow GCC.  The "native /etc" has also found a better
name: classic!

README and GitHub action has been updated accordingly.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2023-04-27 09:59:35 +02:00

7 lines
133 B
INI

menuentry "Infix" --id infix {
linux /boot/bzImage rauc.slot=$slot nokaslr $append
if [ "$initrd" ]; then
initrd $initrd
fi
}