Files
infix/board/x86_64/isolinux.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

15 lines
283 B
INI

totaltimeout 3000
default qemu
timeout 5
prompt 1
label qemu
kernel __KERNEL_PATH__
initrd __INITRD_PATH__
append root=/dev/sr0 console=ttyS0 quiet
label live
kernel __KERNEL_PATH__
initrd __INITRD_PATH__
append root=/dev/sr0 console=tty0 quiet