1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/net/etherboot/pkg-descr
Doug Ambrisko ad6df43c99 Revert the 5.2.4 version of boot1a.s to that of the former 5.0.8.
This should make things work like before.  Update the desc. for
compressed images lzrom -> zrom.
2004-07-02 20:32:34 +00:00

17 lines
571 B
Plaintext

This code produce bootloaders for a number of cards that can be
loaded from raw or DOS-formatted floppy/hard disks and ROMs
to boot ELF/aout kernels over NFS or TFTP.
Edit work/etherboot/src/Config to see/set the desired features.
The defaults used here are suited to boot FreeBSD ELF kernels over NFS.
To produce an etherboot floppy (or HD partition) do
cd work/etherboot/src
cat bin/boot1a.bin bin/<device>.zrom > /dev/fd0
Replace <device> with the specific code for your card, and /dev/fd0
with your hard disk partition.
WWW: http://etherboot.sourceforge.net/