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

18 lines
429 B

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