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

18 lines
371 B

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