From e7ad8f929804e02337c4c09b4045ade2859d2b85 Mon Sep 17 00:00:00 2001
From: Nico Schottelius <nico@bento.schottelius.org>
Date: Sat, 11 Jan 2014 22:45:38 +0100
Subject: [PATCH] inet not init

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
---
 cdist/preos.py                 | 2 +-
 docs/dev/logs/2014-01-09.preos | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/cdist/preos.py b/cdist/preos.py
index cbb9f23c..8b4a9a09 100644
--- a/cdist/preos.py
+++ b/cdist/preos.py
@@ -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
 """
 
diff --git a/docs/dev/logs/2014-01-09.preos b/docs/dev/logs/2014-01-09.preos
index 0f0b0384..8d5a59b6 100644
--- a/docs/dev/logs/2014-01-09.preos
+++ b/docs/dev/logs/2014-01-09.preos
@@ -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