cloudsetup 1.2 is now in ports, no need to override anymore
This commit is contained in:
parent
ac6a724d04
commit
9266f02268
1 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,7 @@ IMAGE_SIZE=10G
|
||||||
|
|
||||||
# Comment out to simply use latest version
|
# Comment out to simply use latest version
|
||||||
# Hash checking is disabled when specifying this
|
# Hash checking is disabled when specifying this
|
||||||
CLOUDSETUP_VERSION=1.2
|
#CLOUDSETUP_VERSION=1.2
|
||||||
|
|
||||||
DIST_BASE="https://download.freebsd.org/ftp/releases/$ARCH/$RELEASE"
|
DIST_BASE="https://download.freebsd.org/ftp/releases/$ARCH/$RELEASE"
|
||||||
ZPOOL=zroot
|
ZPOOL=zroot
|
||||||
|
@ -71,7 +71,6 @@ fi
|
||||||
if [ -n "$CLOUDSETUP_VERSION" ]
|
if [ -n "$CLOUDSETUP_VERSION" ]
|
||||||
then
|
then
|
||||||
sed -i .bak -e '/^PORTVERSION=/ s/[0-9]*\.[0-9]*/'"$CLOUDSETUP_VERSION/" /usr/ports/sysutils/firstboot-cloudsetup/Makefile
|
sed -i .bak -e '/^PORTVERSION=/ s/[0-9]*\.[0-9]*/'"$CLOUDSETUP_VERSION/" /usr/ports/sysutils/firstboot-cloudsetup/Makefile
|
||||||
echo '%%DATADIR%%/userconf-getent.sh' >> /usr/ports/sysutils/firstboot-cloudsetup/pkg-plist
|
|
||||||
make -C /usr/ports/sysutils/firstboot-cloudsetup makesum
|
make -C /usr/ports/sysutils/firstboot-cloudsetup makesum
|
||||||
fi
|
fi
|
||||||
make -C /usr/ports/sysutils/firstboot-cloudsetup clean package
|
make -C /usr/ports/sysutils/firstboot-cloudsetup clean package
|
||||||
|
|
Loading…
Reference in a new issue