diff options
author | pav <pav@FreeBSD.org> | 2005-03-20 00:20:32 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-03-20 00:20:32 +0800 |
commit | 76d0d4539d52151e0babdfc0825b47f7ca95747d (patch) | |
tree | e1af71fcd0febf029a9ab4d068a30f199fb067ad /net/Makefile | |
parent | 5ca4f271d3ae7462bebf53f53459a076be26fde0 (diff) | |
download | freebsd-ports-gnome-76d0d4539d52151e0babdfc0825b47f7ca95747d.tar.gz freebsd-ports-gnome-76d0d4539d52151e0babdfc0825b47f7ca95747d.tar.zst freebsd-ports-gnome-76d0d4539d52151e0babdfc0825b47f7ca95747d.zip |
mknbi is a program that makes network bootable images for various operating
systems suitable for network loading by Etherboot or Netboot, which are ROM
boot loaders. If you are looking to boot using PXE, look no further, mknbi is
not what you want. You probably want something like PXELINUX which is part of
the SYSLINUX package.
PR: ports/78962
Submitted by: Radim Kolar <hsn@netmag.cz>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 6569009347ce..2594565460c4 100644 --- a/net/Makefile +++ b/net/Makefile @@ -356,6 +356,7 @@ SUBDIR += micq SUBDIR += minder SUBDIR += minisapserver + SUBDIR += mknbi SUBDIR += mldonkey SUBDIR += mldonkey-core SUBDIR += mldonkey-core-devel |