summaryrefslogtreecommitdiffstats
path: root/bin/g-i-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-12-01 23:52:23 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-01 23:52:23 +0100
commitc8fd42f20a3ddb293610fb652f0e068c3d967d94 (patch)
treeb37243bd8edceae49c20bed8128bb169a0ec00af /bin/g-i-installation.sh
parent30c6d59b8c8eaf1805dc9c42c3f527bc06e04d8b (diff)
downloadjenkins.debian.net-c8fd42f20a3ddb293610fb652f0e068c3d967d94.tar.xz
edu g-i: set desktop=xfce for combiserver even though we really want =mate or better yet, no special preseeding here
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/g-i-installation.sh')
-rwxr-xr-xbin/g-i-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 6ddd6d09..67a0eb5e 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -260,7 +260,7 @@ bootstrap_system() {
;;
debian-edu_*ltsp-server|debian-edu_*combi-server)
QEMU_OPTS="$QEMU_OPTS -net nic,vlan=1 -net user,vlan=1"
- EXTRA_APPEND="$EXTRA_APPEND netcfg/choose_interface=auto"
+ EXTRA_APPEND="$EXTRA_APPEND netcfg/choose_interface=auto desktop=xfce"
;;
*) ;;
esac