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, 6 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, HEAD
strongswan 5.9.2

    1: #!/bin/bash
    2: 
    3: echo "Building root image"
    4: 
    5: DIR=$(dirname `readlink -f $0`)
    6: . $DIR/../testing.conf
    7: 
    8: $DIR/build-strongswan --all --replace --no-guests --tarball $SWANVERSION

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