mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
- Convert pkg-message to UCL while here
Changes: b28ccfc725...a385e23768
PR: 239222
Reported by: dch
19 lines
661 B
Text
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
|
|
}
|
|
]
|