diff options
author | pi <pi@FreeBSD.org> | 2015-09-24 18:28:58 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-09-24 18:28:58 +0800 |
commit | 6dbbee32561de0d32a909fd24d685dc9f5b64326 (patch) | |
tree | b743192b31cdb170ff472688a067902081c5dc70 /net/Makefile | |
parent | 38a6221a1f52c4ad3dda34b0cd5b5058b7c9c8e1 (diff) | |
download | freebsd-ports-gnome-6dbbee32561de0d32a909fd24d685dc9f5b64326.tar.gz freebsd-ports-gnome-6dbbee32561de0d32a909fd24d685dc9f5b64326.tar.zst freebsd-ports-gnome-6dbbee32561de0d32a909fd24d685dc9f5b64326.zip |
New port: net/isboot-kmod
This installs Daisuke Aoyama's isboot kernel module, which allows
booting FreeBSD directly from an iSCSI root disk. If your BIOS
supports iSCSI you may configure your target settings in the BIOS
and boot directly. If not, you may PXE boot using software that
contains iSCSI support such as iPXE. The module reads the iSCSI
Boot Firmware Table (IBFT) to configure the network and re-attach
the volume once the kernel begins execution.
WWW: http://shell.peach.ne.jp/aoyama/archives/2115 (Japanese)
PR: 203294
Submitted by: John Nielsen <john@jnielsen.net>
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 2ffab1c3ac44..41b645c27191 100644 --- a/net/Makefile +++ b/net/Makefile @@ -248,6 +248,7 @@ SUBDIR += ipsumdump SUBDIR += ipsvd SUBDIR += irrd + SUBDIR += isboot-kmod SUBDIR += isc-dhcp41-client SUBDIR += isc-dhcp41-relay SUBDIR += isc-dhcp41-server |