mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Adds settings for user provided media
Adds settings for setting urls in boot.cfg for user provided media.
This commit is contained in:
parent
baaa9acde5
commit
a229a42fee
2 changed files with 11 additions and 0 deletions
|
|
@ -25,6 +25,13 @@ set sigs {{ sigs_location }}
|
|||
# set location of latest iPXE
|
||||
iseq ${platform} efi && set ipxe_disk netboot.xyz-snponly.efi || set ipxe_disk netboot.xyz-undionly.kpxe
|
||||
|
||||
######################################
|
||||
# Media Locations for Licensed Distros
|
||||
######################################
|
||||
|
||||
set rhel_base_url {{ rhel_base_url | default("") }}
|
||||
set win_base_url {{ win_base_url | default("") }}
|
||||
|
||||
##################
|
||||
# official mirrors
|
||||
##################
|
||||
|
|
|
|||
|
|
@ -29,3 +29,7 @@ generate_checksums: true
|
|||
#utilities_overrides:
|
||||
# supergrub:
|
||||
# enabled: false
|
||||
|
||||
# set licensed media locations in boot.cfg
|
||||
# win_base_url:
|
||||
# rhel_base_url:
|
||||
Loading…
Add table
Add a link
Reference in a new issue