Sfoglia il codice sorgente

Fix links to bootloaders

Antony Messerli 9 anni fa
parent
commit
739378ef11
4 ha cambiato i file con 9 aggiunte e 10 eliminazioni
  1. 1 1
      docs/boot-iso.md
  2. 4 4
      docs/boot-tftp.md
  3. 2 3
      docs/boot-usb.md
  4. 2 2
      docs/usage-vultr.md

+ 1 - 1
docs/boot-iso.md

@@ -1,7 +1,7 @@
 ### Booting from ISO
 
 #### Burning a CD/DVD
-To create a bootable CD-ROM/DVD, burn the ISO image [netboot.xyz-dhcp.iso](https://boot.netboot.xyz/ipxe/netboot.xyz-dhcp.iso) if you have DHCP or [netboot.xyz-static.iso](https://boot.netboot.xyz/ipxe/netboot.xyz-static.iso) if you require manual entry (~1MB in size) to a blank CD-ROM/DVD.  Insert the media into the server, set the proper boot order and boot up.
+To create a bootable CD-ROM/DVD, burn the ISO image [netboot.xyz.iso](https://boot.netboot.xyz/ipxe/netboot.xyz.iso) to a blank CD-ROM/DVD.  Insert the media into the server, set the proper boot order and boot up.
 
 #### Virtual Machine Software
 You can also use these ISOs to boot any sort of VM in Citrix XenServer, VMware ESXi, VMware Fusion, VirtualBox. 

+ 4 - 4
docs/boot-tftp.md

@@ -3,12 +3,12 @@
 If you want to utilize netboot.xyz from your home or office network, it's relatively easy to set up.  It will allow all of your devices on your network to have netboot.xyz available whenever you need it by just changing the boot order on your device, selecting network boot, or manually selecting the device to boot.
 
 #### DHCP Server Setup
-You will have to tell your DHCP server to provide a "next-server", the address of a TFTP server on your network, and a "filename", the [netboot.xyz DHCP boot file](https://boot.netboot.xyz/ipxe/netboot.xyz-dhcp.kpxe).  When your clients boot up, if they are set to network boot, they'll automatically get a valid DHCP address, pull down the netboot.xyz iPXE bootloader and load up the Operating System menu.  
+You will have to tell your DHCP server to provide a "next-server", the address of a TFTP server on your network, and a "filename", the [netboot.xyz boot file](https://boot.netboot.xyz/ipxe/netboot.xyz.kpxe).  When your clients boot up, if they are set to network boot, they'll automatically get a valid DHCP address, pull down the netboot.xyz iPXE bootloader and load up the Operating System menu.  
 
 Example:
 
     next-server "1.2.3.4"
-    filename "netboot.xyz-dhcp.kpxe"
+    filename "netboot.xyz.kpxe"
 
 #### TFTP Server Setup
 
@@ -18,9 +18,9 @@ If you use dnsmasq you can add this configuration to /etc/dnsmasq.conf:
 
     enable-tftp
     tftp-root=/var/lib/tftp
-    dhcp-boot=netboot.xyz-dhcp.kpxe
+    dhcp-boot=netboot.xyz.kpxe
 
 #### Regular and Undionly Boot Files
 
-If you experiencing issues with the regular [netboot.xyz-dhcp.kpxe](https://boot.netboot.xyz/ipxe/netboot.xyz-dhcp.kpxe) bootloader, you can try and use the [netboot.xyz-dhcp-undionly.kpxe](https://boot.netboot.xyz/ipxe/netboot.xyz-dhcp-undionly.kpxe) bootloader.  The regular bootloader includes common NIC drivers in the iPXE image, while the undionly loader will piggyback off the NIC boot firmware.
+If you experiencing issues with the regular [netboot.xyz.kpxe](https://boot.netboot.xyz/ipxe/netboot.xyz.kpxe) bootloader, you can try and use the [netboot.xyz-undionly.kpxe](https://boot.netboot.xyz/ipxe/netboot.xyz-undionly.kpxe) bootloader.  The regular bootloader includes common NIC drivers in the iPXE image, while the undionly loader will piggyback off the NIC boot firmware.
  

+ 2 - 3
docs/boot-usb.md

@@ -4,8 +4,7 @@
 
 Download a netboot.xyz USB disk:
 
-* [dhcp](https://boot.netboot.xyz/ipxe/netboot.xyz-dhcp.usb) - Automatically detects your networking
-* [static](https://boot.netboot.xyz/ipxe/netboot.xyz-static.usb) - Prompts for manual entry of your networking information
+* [netboot.xyz](https://boot.netboot.xyz/ipxe/netboot.xyz.usb) 
 
 ### Creating USB Key on Linux
 
@@ -45,7 +44,7 @@ __Run:__
 
 __Execute:__
 
-    sudo dd if=netboot.xyz-dhcp.usb of=/dev/rdiskN bs=1m
+    sudo dd if=netboot.xyz.usb of=/dev/rdiskN bs=1m
 
 * Using /dev/rdisk instead of /dev/disk may be faster
 * If you see the error dd: Invalid number '1m', you are using GNU dd. Use the same command but replace bs=1m with bs=1M

+ 2 - 2
docs/usage-vultr.md

@@ -6,9 +6,9 @@ netboot.xyz right out of the box.
 ### Boot from ISO
 
 Once you've logged into the console, select ISOs.  In the remote URLs box,
-enter in the URL of a netboot.xyz DHCP ISO and press upload:
+enter in the URL of a netboot.xyz ISO and press upload:
 
-    https://boot.netboot.xyz/ipxe/netboot.xyz-dhcp.iso
+    https://boot.netboot.xyz/ipxe/netboot.xyz.iso
 
 Go back to the main console screen and press "Deploy New Instance". Follow
 these steps: