Files
ports/net/ipxe/files/pkg-message.in
T
2020-06-13 16:47:09 +00:00

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
}
]