Drop build-hostconfig script
Use processed host configurations directly instead.
This commit is contained in:
committed by
Tobias Brunner
parent
2d1577d661
commit
261cf0e395
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user