mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
net/isboot-kmod: Fix the incorrect commit in the previous push
PR: 255578
This commit is contained in:
parent
b89663890c
commit
5d8a19b005
3 changed files with 10 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
PORTNAME= isboot-kmod
|
||||
PORTVERSION= 0.2.14
|
||||
DISTVERSION= 0.2.14
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.peach.ne.jp/archives/isboot/
|
||||
DISTNAME= isboot-${PORTVERSION}
|
||||
|
||||
MAINTAINER= john@jnielsen.net
|
||||
COMMENT= Kernel module enabling iSCSI/IBFT boot
|
||||
|
@ -22,7 +21,10 @@ WRKSRC_SUBDIR= src
|
|||
PLIST_FILES= ${KMODDIR}/isboot.ko
|
||||
PORTDOCS= README
|
||||
|
||||
OPTIONS_DEFINE= DOCS VIMAGE
|
||||
OPTIONS_DEFINE= DEBUG DOCS VIMAGE
|
||||
OPTIONS_DEFAULT=DOCS VIMAGE
|
||||
DEBUG_DESC= Enable verbose boot logging
|
||||
DEBUG_CFLAGS= -DDEBUG -DMODDEBUG -DIBFT_VERBOSE
|
||||
VIMAGE_DESC= Build for a kernel with 'options VIMAGE'
|
||||
VIMAGE_CFLAGS= -DVIMAGE
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1620068976
|
||||
SHA256 (jnielsendotnet-isboot-0.2.14_GH0.tar.gz) = 8ebc00888630b09e4740552c27980bb09fc5a638780043a078270ee6b1ad8097
|
||||
SIZE (jnielsendotnet-isboot-0.2.14_GH0.tar.gz) = 30405
|
||||
TIMESTAMP = 1621952121
|
||||
SHA256 (jnielsendotnet-isboot-0.2.14_GH0.tar.gz) = 6c5c9d17b97cf6ed977cda5d6f67409d68488cac768ba6202116a28f2decb2a2
|
||||
SIZE (jnielsendotnet-isboot-0.2.14_GH0.tar.gz) = 30628
|
||||
|
|
|
@ -6,4 +6,4 @@ 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)
|
||||
WWW: https://github.com/jnielsendotnet/isboot
|
||||
|
|
Loading…
Add table
Reference in a new issue