testing: Switch to Debian based guest images
Instead of extracting a downloaded Gentoo filesystem tree into a file containing a reiserfs filesystem, create an ext3 filesystem inside a sparse file, mount it and debootstrap an up-to-date Debian system. Use this image as base for all UML guest images. Also, drop support for the various consoles and use xterm unconditionally.
This commit is contained in:
committed by
Tobias Brunner
parent
0080daa787
commit
aa5803e0e3
@@ -41,9 +41,19 @@ then
|
||||
fi
|
||||
|
||||
mkdir $HOSTCONFIGDIR
|
||||
cp -rfp ${UMLTESTDIR}/testing/hosts $BUILDDIR
|
||||
|
||||
cecho " * Copied default host config directory to '$HOSTCONFIGDIR'"
|
||||
cecho-n " * Copying default host config for.."
|
||||
|
||||
for host in $STRONGSWANHOSTS
|
||||
do
|
||||
cecho-n "$host.."
|
||||
HOSTDIR=${HOSTCONFIGDIR}/$host
|
||||
mkdir $HOSTDIR
|
||||
cp -rfp $UMLTESTDIR/testing/hosts/default/* $HOSTDIR
|
||||
cp -rfp $UMLTESTDIR/testing/hosts/$host/* $HOSTDIR
|
||||
done
|
||||
|
||||
cgecho "done"
|
||||
|
||||
########################################
|
||||
# assign IP for each host to hostname
|
||||
|
||||
Reference in New Issue
Block a user