diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-01-08 22:19:30 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-01-08 22:19:30 +0100 |
commit | 9148659d9706001e20d70f54beb2cc548f0faad6 (patch) | |
tree | 1eb03650bd7da0e291efaef18c09881ef66d152c /bin | |
parent | 414e4c813d9060f997440cf239f0af81b14f7801 (diff) | |
download | jenkins.debian.net-9148659d9706001e20d70f54beb2cc548f0faad6.tar.xz |
fixup: g-i: force the use of eth0 for combi-servers
Diffstat (limited to 'bin')
-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 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 |