Przeglądaj źródła

Switch bootloaders to use https://boot.netboot.xyz

Antony Messerli 9 lat temu
rodzic
commit
78cdcec6c5
4 zmienionych plików z 4 dodań i 4 usunięć
  1. 1 1
      ipxe/disks/netboot.xyz-dhcp
  2. 1 1
      ipxe/disks/netboot.xyz-static
  3. 1 1
      src/boot.cfg
  4. 1 1
      src/index.html

+ 1 - 1
ipxe/disks/netboot.xyz-dhcp

@@ -22,7 +22,7 @@ echo Attempting chainload of netboot.xyz...
 goto menu || goto failsafe
 goto menu || goto failsafe
 
 
 :menu
 :menu
-chain --autofree http://boot.netboot.xyz/menu.ipxe
+chain --autofree https://boot.netboot.xyz/menu.ipxe
 goto boot
 goto boot
 
 
 :failsafe
 :failsafe

+ 1 - 1
ipxe/disks/netboot.xyz-static

@@ -18,7 +18,7 @@ echo Attempting chainload of netboot.xyz...
 goto menu || goto failsafe
 goto menu || goto failsafe
 
 
 :menu
 :menu
-chain --autofree http://boot.netboot.xyz/menu.ipxe
+chain --autofree https://boot.netboot.xyz/menu.ipxe
 goto boot
 goto boot
 
 
 :failsafe
 :failsafe

+ 1 - 1
src/boot.cfg

@@ -10,4 +10,4 @@ set boot_domain boot.netboot.xyz
 set mirror mirror.rackspace.com
 set mirror mirror.rackspace.com
 
 
 # set location of memdisk
 # set location of memdisk
-set memdisk http://${boot_domain}/memdisk
+set memdisk https://${boot_domain}/memdisk

+ 1 - 1
src/index.html

@@ -1,4 +1,4 @@
 #!ipxe
 #!ipxe
 ####       boot.netboot.xyz initial loader       ####
 ####       boot.netboot.xyz initial loader       ####
 #### see http://netboot.xyz for more information ####
 #### see http://netboot.xyz for more information ####
-chain --autofree http://boot.netboot.xyz/menu.ipxe ||
+chain --autofree https://boot.netboot.xyz/menu.ipxe ||