archboot/etc/isolinux.cfg

10 lines
170 B
INI
Raw Normal View History

2007-02-22 23:46:50 +01:00
prompt @@PROMPT@@
timeout @@TIMEOUT@@
display boot.msg
F1 boot.msg
F2 options.msg
2007-02-22 23:46:50 +01:00
default arch
label arch
kernel vmlinuz
append initrd=initrd.img @@KERNEL_BOOT_OPTIONS@@