summaryrefslogtreecommitdiffstats
path: root/bin/g-i-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-17 14:07:46 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-17 14:07:46 +0100
commitedb10c6ec9667d29e70443d6488b505f8fd51995 (patch)
tree78501e74b6e6a462501c5dafafc7b03de221c077 /bin/g-i-installation.sh
parentc184a898db4c87fcaf66c1a0ae9c949569a34827 (diff)
downloadjenkins.debian.net-edb10c6ec9667d29e70443d6488b505f8fd51995.tar.xz
g-i: choose_interface=auto on edu servers
Diffstat (limited to 'bin/g-i-installation.sh')
-rwxr-xr-xbin/g-i-installation.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index ccb6fdb6..87ea5299 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -260,6 +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"
;;
*) ;;
esac