File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / testing / scripts / build-rootimage
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:20:15 2021 UTC (3 years, 3 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, HEAD
strongswan 5.9.2

#!/bin/bash

echo "Building root image"

DIR=$(dirname `readlink -f $0`)
. $DIR/../testing.conf

$DIR/build-strongswan --all --replace --no-guests --tarball $SWANVERSION

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>