You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/deprecated/2.2/builder/iso/calcboot/isolinux/isolinux.cfg

35 lines
655 B

# Calculate append=patch format=patch link=/bootmenu/system.config mirror
<reg>(.*)
(.*)
(.*)
(.*)
(.*)
(.*);
</reg>
<text>LABEL \1
MENU LABEL \2
KERNEL \3
APPEND \4 initrd=\5 vga=current \6
</text>
<reg>HEADER</reg>
<text>DEFAULT calcmenu.c32
#?pkg(sys-boot/calcboot)>=3.86.5&&cl_builder_kernel_cmd!=#
DEFAULTPARAM #-cl_builder_kernel_cmd-#
#pkg#
INCLUDE common.cfg
MENU TITLE Welcome to Calculate Linux (#-os_builder_arch_machine-#)
</text>
<reg>FOOTER</reg>
<text>
#?pkg(sys-apps/memtest86+)!=#
LABEL memtest
MENU LABEL Memtest86+
KERNEL memtest
#pkg#
LABEL harddisk
MENU LABEL Boot from first hard disk
localboot 0x80
append SLX=0x80</text>