diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-12-01 23:52:23 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-12-01 23:52:23 +0100 |
commit | c8fd42f20a3ddb293610fb652f0e068c3d967d94 (patch) | |
tree | b37243bd8edceae49c20bed8128bb169a0ec00af | |
parent | 30c6d59b8c8eaf1805dc9c42c3f527bc06e04d8b (diff) | |
download | jenkins.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>
-rwxr-xr-x | bin/g-i-installation.sh | 2 |
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 |