ports/net/ipxe/files/pkg-message.in
Tobias Kortkamp 112f0faf85 net/ipxe: Update to latest commit
- Convert pkg-message to UCL while here

Changes:	b28ccfc725...a385e23768
PR:		239222
Reported by:	dch
2019-07-15 13:08:55 +00:00

19 lines
661 B
Text

[
{ type: install
message: <<EOD
The following files have been installed in %%DATADIR%%:
- ipxe.dsk for creating a bootable floppy disk
- ipxe.efi-i386 for loading from EFI on i386 systems
- ipxe.efi-x86_64 for loading from EFI on x86_64 systems
- 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
- {8086100f,808610d3,10222000,15ad07b0}.rom for replacing the
VMware PXE ROM. See http://ipxe.org/howto/vmware for more
information.
EOD
}
]