[Midnightbsd-cvs] mports [23621] trunk/sysutils: add userboot-freebsd, a needed file for booting bhyve with freebsd images.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Jul 22 01:51:10 EDT 2018
Revision: 23621
http://svnweb.midnightbsd.org/mports/?rev=23621
Author: laffer1
Date: 2018-07-22 01:51:05 -0400 (Sun, 22 Jul 2018)
Log Message:
-----------
add userboot-freebsd, a needed file for booting bhyve with freebsd images.
Modified Paths:
--------------
trunk/sysutils/Makefile
Added Paths:
-----------
trunk/sysutils/userboot-freebsd/
trunk/sysutils/userboot-freebsd/Makefile
trunk/sysutils/userboot-freebsd/distinfo
trunk/sysutils/userboot-freebsd/pkg-descr
Modified: trunk/sysutils/Makefile
===================================================================
--- trunk/sysutils/Makefile 2018-07-21 23:50:28 UTC (rev 23620)
+++ trunk/sysutils/Makefile 2018-07-22 05:51:05 UTC (rev 23621)
@@ -116,6 +116,7 @@
SUBDIR += uif2iso
SUBDIR += upower
SUBDIR += upsd
+SUBDIR += userboot-freebsd
SUBDIR += vpnc-scripts
SUBDIR += warden
SUBDIR += wmbsdbatt
Added: trunk/sysutils/userboot-freebsd/Makefile
===================================================================
--- trunk/sysutils/userboot-freebsd/Makefile (rev 0)
+++ trunk/sysutils/userboot-freebsd/Makefile 2018-07-22 05:51:05 UTC (rev 23621)
@@ -0,0 +1,21 @@
+# $MidnightBSD$
+
+PORTNAME= userboot-freebsd
+PORTVERSION= 10.0
+MASTER_SITES= http://people.midnightbsd.org/~laffer1/
+CATEGORIES= sysutils
+DISTFILES= ${PORTNAME}.tar.gz
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= FreeBSD userboot.so for bhyve
+
+LICENSE= bsd2
+
+WRKSRC= ${WRKDIR}
+NO_BUILD= yes
+
+do-install:
+ ${MKDIR} ${PREFIX}/lib/freebsd
+ ${INSTALL_LIB} ${WRKSRC}/boot/userboot.so ${PREFIX}/lib/freebsd/
+
+.include <bsd.port.mk>
Property changes on: trunk/sysutils/userboot-freebsd/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/sysutils/userboot-freebsd/distinfo
===================================================================
--- trunk/sysutils/userboot-freebsd/distinfo (rev 0)
+++ trunk/sysutils/userboot-freebsd/distinfo 2018-07-22 05:51:05 UTC (rev 23621)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1532224022
+SHA256 (userboot-freebsd.tar.gz) = 9e24abe5244bf0d9a2419756e6e48a93e088a85a05abdf969109384d9f0d51ab
+SIZE (userboot-freebsd.tar.gz) = 115872
Property changes on: trunk/sysutils/userboot-freebsd/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/sysutils/userboot-freebsd/pkg-descr
===================================================================
--- trunk/sysutils/userboot-freebsd/pkg-descr (rev 0)
+++ trunk/sysutils/userboot-freebsd/pkg-descr 2018-07-22 05:51:05 UTC (rev 23621)
@@ -0,0 +1,2 @@
+A copy of the userboot.so from FreeBSD 10 for use with
+bhyve. This allows you to boot FreeBSD images on MidnightBSD.
Property changes on: trunk/sysutils/userboot-freebsd/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list