mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-22 18:24:53 +00:00
Moves win_base_url and rhel_base_url to local-vars.ipxe as they are locally defined variables by the user and are not defined for the hosted site. Prevents override of variables by the loaded boot.cfg. Closes https://github.com/netbootxyz/netboot.xyz/issues/1344
45 lines
1.1 KiB
YAML
45 lines
1.1 KiB
YAML
---
|
|
|
|
# overrides defaults in netbootxyz role
|
|
generate_menus: true
|
|
generate_disks: true
|
|
generate_checksums: true
|
|
generate_local_vars: true
|
|
make_num_jobs: 1
|
|
|
|
# set desired site name
|
|
# site_name: mysitename.com
|
|
|
|
# set desired boot domain
|
|
# boot_domain: boot.mysitename.com
|
|
|
|
# set boot version
|
|
# boot_version: "2.x"
|
|
|
|
# bootloader_tftp_enabled: false
|
|
# bootloader_https_enabled: true
|
|
# bootloader_http_enabled: true
|
|
|
|
# set release overrides from standard netboot.xyz defaults
|
|
# release_overrides:
|
|
# alpinelinux:
|
|
# name: "Alpine Linux"
|
|
# fedora:
|
|
# mirror: "mirrors.kernel.org"
|
|
|
|
# set utilitiesefi_overrides from standard netboot.xyz defaults for EFI utilities
|
|
# utilitiesefi_overrides:
|
|
# supergrub:
|
|
# enabled: false
|
|
|
|
# set utilities_overrides from standard netboot.xyz defaults for PC BIOS utilities
|
|
# utilitiespcbios64_overrides:
|
|
# supergrub:
|
|
# enabled: false
|
|
|
|
early_menu_enabled: false
|
|
early_menu_contents: |
|
|
### early menu overrides
|
|
### used to set early ipxe options such as custom console & logo
|
|
# console --x 1024 --y 768
|
|
# console --picture https://boot.netboot.xyz/logo.png
|