diff options
author | Reto Buerki <reet@codelabs.ch> | 2012-12-06 18:26:39 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-01-17 15:22:10 +0100 |
commit | 261cf0e395ec43634e49e3f431cd189d69f03edc (patch) | |
tree | d3b94d24c6b8e178a8b8423e838e0f40eaf257e1 /testing/make-testing | |
parent | 2d1577d661c02753ad7c9b34f993a7c340706679 (diff) | |
download | strongswan-261cf0e395ec43634e49e3f431cd189d69f03edc.tar.bz2 strongswan-261cf0e395ec43634e49e3f431cd189d69f03edc.tar.xz |
Drop build-hostconfig script
Use processed host configurations directly instead.
Diffstat (limited to 'testing/make-testing')
-rwxr-xr-x | testing/make-testing | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/make-testing b/testing/make-testing index cd749b29c..9f5f17c6a 100755 --- a/testing/make-testing +++ b/testing/make-testing @@ -38,7 +38,6 @@ then $DIR/scripts/build-baseimage fi - ########################################################################## # build the UML kernel based on a vanilla kernel form kernel.org # and a matching UML patch from user-mode-linux.sourceforge.net @@ -58,16 +57,6 @@ then fi ########################################################################## -# copy the default UML host configurations to $BUILDDIR -# and assign actual IP addresses to the UML hosts -# -if [ $ENABLE_BUILD_HOSTCONFIG = "yes" ] -then - cecho "Building host configurations (scripts/build-hostconfig)" - $DIR/scripts/build-hostconfig -fi - -########################################################################## # Creating the root filesystems for the specified UML instances # if [ $ENABLE_BUILD_UMLHOSTFS = "yes" ] |