aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2018-03-06 22:47:57 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2018-03-06 22:47:57 +0000
commitb4e204f5958b353838deb9f7fe5439a18d8b6f5d (patch)
tree300191b049ad83431f8c7296712e8d39c935b6c8
parentfa919cb681747c95a31ceed508282a4e8475d0bf (diff)
downloadalpine-netboot-b4e204f5958b353838deb9f7fe5439a18d8b6f5d.tar.bz2
alpine-netboot-b4e204f5958b353838deb9f7fe5439a18d8b6f5d.tar.xz
update readme about arch
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2335bf0..e1f356a 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Welcome to the Alpine Linux netboot server.
Netboot provides kernel initramfs and modloop images to boot over the
network/internet. Booting from netboot is provided by the IPXE binaries
available in alpine-ipxe `apk add alpine-ipxe` or from
-[this location](alpine-ipxe).
+[this location](alpine-ipxe) for x86_64.
## Boot script
@@ -39,16 +39,17 @@ signatures and will result in failed boot.
## Boot options
-### BIOS
+### BIOS (x86_64)
* [pxe.lkrn](alpine-ipxe/ipxe.lkrn) - Linux kernel image that can be used by a bootloader/qemu
* [pxe.pxe](alpine-ipxe/ipxe.pxe) - PXE image for chainloading from a PXE environment
* [undionly.kpxe](alpine-ipxe/undionly.kpxe) - PXE image with UNDI support
* [ipxe.iso](alpine-ipxe/ipxe.iso) - ISO image to boot from any regular system
+* [ipxe.usb](alpine-ipxe/ipxe.usb) - disk image to write to (USB) block device
-### UEFI
+### UEFI (x86_64)
-* [ipxe.efi](alpine-ipxe/ipxe.efi) x86_64 UEFI executable
+* [ipxe.efi](alpine-ipxe/ipxe.efi) UEFI executable
## Updates