summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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