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/vga.cfg

18 lines
404 B

# Calculate append=patch format=patch link=/bootmenu/vga.config mirror os_builder_linux_system!=server
<reg>([^;\n]+);(.*)</reg>
<text>LABEL resolution:\1
MENU LABEL \2
KERNEL calcmenu.c32
APPEND isolinux.cfg calculate=,,,resolution:\1
</text>
<reg>HEADER</reg>
<text>DEFAULT calcmenu.c32
MENU TITLE Select Resolution
INCLUDE common.cfg
MENUPARAM calculate 3
</text>
<reg>FOOTER</reg>
<text></text>