Return to build-rootimage CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / testing / scripts |
1.1 misho 1: #!/bin/bash
2:
3: echo "Building root image"
4:
5: DIR=$(dirname `readlink -f $0`)
6: . $DIR/../testing.conf
7:
1.1.1.2 ! misho 8: $DIR/build-strongswan --all --replace --no-guests --tarball $SWANVERSION