mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 15:43:02 +02:00
- Drop unused com32 modules - Fix duplicate prompt output (serial not needed) - Reduce timeout before booting default to 0.5 sec - UI or DEFAULT must be set, otherwise isolinux complains so replace ONTIMEOUT with DEFAULT - Increase user-walked-away timeout to 5 minutes - Always show the prompt 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
|