diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-17 14:07:46 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-17 14:07:46 +0100 |
commit | edb10c6ec9667d29e70443d6488b505f8fd51995 (patch) | |
tree | 78501e74b6e6a462501c5dafafc7b03de221c077 /bin/g-i-installation.sh | |
parent | c184a898db4c87fcaf66c1a0ae9c949569a34827 (diff) | |
download | jenkins.debian.net-edb10c6ec9667d29e70443d6488b505f8fd51995.tar.xz |
g-i: choose_interface=auto on edu servers
Diffstat (limited to 'bin/g-i-installation.sh')
-rwxr-xr-x | bin/g-i-installation.sh | 1 |
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 |