inet not init

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
remotes/origin/4.0-pre-not-stable
Nico Schottelius 11 years ago
parent 11ba4640b4
commit e7ad8f9298
  1. 2
      cdist/preos.py
  2. 4
      docs/dev/logs/2014-01-09.preos

2
cdist/preos.py vendored

@ -56,7 +56,7 @@ iface lo inet loopback
# The primary network interface
auto eth0
allow-hotplug eth0
iface eth0 init dhcp
iface eth0 inet dhcp
eof
"""

@ -41,6 +41,10 @@
- add unit tests
- testing with qemu
[22:43] bento:vm-tests% qemu-system-x86_64 -m 2G -boot order=cn -drive file=testhd1,if=virtio -net nic -net user,tftp=$(pwd -P)/tftp,bootfile=/pxelinux.0,hostfwd=tcp::7777-:22 -enable-kvm
--------------------------------------------------------------------------------
[1:16] bento:~% sudo cdist preos -vc ~nico/preos-tests/preos03

Loading…
Cancel
Save