|
@@ -20,3 +20,21 @@ set img_sigs_enabled true
|
|
|
|
|
|
# set location of signatures for sources
|
|
# set location of signatures for sources
|
|
set sigs http://${boot_domain}/sigs/
|
|
set sigs http://${boot_domain}/sigs/
|
|
|
|
+
|
|
|
|
+# set location of latest iPXE
|
|
|
|
+set ipxe_disk netboot.xyz-undionly.kpxe
|
|
|
|
+
|
|
|
|
+# set iPXE cloud provider specifics
|
|
|
|
+:clouds
|
|
|
|
+iseq ${ipxe_cloud_config} gce && goto gce ||
|
|
|
|
+iseq ${ipxe_cloud_config} packet && goto packet ||
|
|
|
|
+exit
|
|
|
|
+
|
|
|
|
+:gce
|
|
|
|
+set console console=ttyS0,115200n8
|
|
|
|
+exit
|
|
|
|
+
|
|
|
|
+:packet
|
|
|
|
+set console console=ttyS1,115200n8
|
|
|
|
+set ipxe_disk netboot.xyz-packet.kpxe
|
|
|
|
+exit
|