1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/net/etherboot/pkg-descr
Alexey Dokuchaev 1e6adbd361 - Unbreak fetching by sorting out MASTER_SITES (point it back to SF)
- Modernize Makefile header (bring it down to just two lines)
- Convert USE_GMAKE and USE_PERL5_BUILD to USES, sort the knobs
- Clean up port description and do-install: message, utilize ${FMT}
2013-09-10 04:48:07 +00:00

17 lines
589 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/a.out
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 hard disk partition), do this:
$ cd work/etherboot-5.2.4/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.org/wiki/