a469cece5f
- Build more EFI images [1] Changes: https://github.com/ipxe/ipxe/compare/bdf0e029ae8c9a0e173d5988ee64ff910538af53...9ee70fb95bc266885ff88be228b044a2bb226eeb Submitted by: skozlov (based on) [1] Differential Revision: https://reviews.freebsd.org/D25213
23 lines
823 B
Plaintext
23 lines
823 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOD
|
|
The following files have been installed in %%DATADIR%%:
|
|
- ipxe.dsk for creating a bootable floppy disk
|
|
- ipxe.efi-* for loading from EFI
|
|
- ipxe.efi-*.usb for creating a bootable EFI USB key
|
|
- ipxe.iso for creating a bootable CD
|
|
- ipxe.lkrn for any boot manager that can boot Linux kernels
|
|
- ipxe.pxe for chainloading from a PXE ROM
|
|
- ipxe.usb for creating a bootable USB key
|
|
- undionly.kpxe for chainloading from a PXE ROM; contains only
|
|
the UNDI drivers
|
|
- snponly.efi-* similar to undionly, but uses SNP/NII, should
|
|
only find and boot the specific NIC device it was chained from
|
|
- snp.efi-* same as snponly but tries to boot all devices
|
|
- {8086100f,808610d3,10222000,15ad07b0}.rom for replacing the
|
|
VMware PXE ROM. See http://ipxe.org/howto/vmware for more
|
|
information.
|
|
EOD
|
|
}
|
|
]
|