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/2.2/builder/iso/calcboot/isolinux/video.cfg

18 lines
420 B

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