|
@@ -22,6 +22,9 @@ set sigs http://${boot_domain}/sigs/
|
|
|
# set location of latest iPXE
|
|
|
set ipxe_disk netboot.xyz-undionly.kpxe
|
|
|
|
|
|
+# set location of custom netboot.xyz live assets
|
|
|
+set live_endpoint https://github.com/netbootxyz
|
|
|
+
|
|
|
##################
|
|
|
# official mirrors
|
|
|
##################
|
|
@@ -62,6 +65,13 @@ set slackware_base_dir slackware
|
|
|
set ubuntu_mirror archive.ubuntu.com
|
|
|
set ubuntu_base_dir ubuntu
|
|
|
|
|
|
+##############################
|
|
|
+# netboot-xyz hosted endpoints
|
|
|
+##############################
|
|
|
+
|
|
|
+{% for key, value in endpoints.iteritems() %}
|
|
|
+set {{ key }} {{ value['path'] }}
|
|
|
+{% endfor %}
|
|
|
|
|
|
#################################################
|
|
|
# determine architectures and enable menu options
|