summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2013-01-08 22:19:30 +0100
committerHolger Levsen <holger@layer-acht.org>2013-01-08 22:19:30 +0100
commit9148659d9706001e20d70f54beb2cc548f0faad6 (patch)
tree1eb03650bd7da0e291efaef18c09881ef66d152c
parent414e4c813d9060f997440cf239f0af81b14f7801 (diff)
downloadjenkins.debian.net-9148659d9706001e20d70f54beb2cc548f0faad6.tar.xz
fixup: g-i: force the use of eth0 for combi-servers
-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 5bbc0dfb..a0156af3 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -163,6 +163,7 @@ bootstrap_system() {
;;
debian-edu*_combi-server)
QEMU_OPTS="$QEMU_OPTS -net nic -net user -net nic,model=e1000"
+ EXTRA_APPEND="$EXTRA_APPEND interface=eth0"
;;
*) ;;
esac