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:
Reto Buerki
2012-12-18 16:00:21 +01:00
committed by Tobias Brunner
parent 0080daa787
commit aa5803e0e3
16 changed files with 189 additions and 655 deletions
+2 -21
View File
@@ -40,27 +40,8 @@ $DIR/scripts/start-bridges
#####################################################
# start the uml instances
#
case $UMLSTARTMODE in
konsole)
cecho "Start the uml instances (scripts/kstart-umls)"
$DIR/scripts/kstart-umls $HOSTS
;;
gnome-terminal)
cecho "Start the uml instances (scripts/gstart-umls)"
$DIR/scripts/gstart-umls $HOSTS
;;
xterm)
cecho "Start the uml instances (scripts/xstart-umls)"
$DIR/scripts/xstart-umls $HOSTS
;;
screen)
cecho "Start the uml instances (scripts/start-umls)"
$DIR/scripts/start-umls $HOSTS
;;
*)
die "The start mode is unknown! Please set $UMLSTARTMODE properly."
;;
esac
cecho "Start the uml instances (scripts/start-umls)"
$DIR/scripts/start-umls $HOSTS
#####################################################