mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
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>
15 lines
283 B
INI
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
|