Drop build-hostconfig script

Use processed host configurations directly instead.
This commit is contained in:
Reto Buerki
2013-01-17 15:22:10 +01:00
committed by Tobias Brunner
parent 2d1577d661
commit 261cf0e395
13 changed files with 32 additions and 174 deletions
-11
View File
@@ -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
@@ -57,16 +56,6 @@ then
$DIR/scripts/build-umlrootfs
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
#