diff options
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" ] |