From 80c1d7d0ccfe71888f7899d80f019db51ae1b4d8 Mon Sep 17 00:00:00 2001
From: Nico Schottelius <nico@kr.ethz.ch>
Date: Mon, 13 Jun 2011 18:35:42 +0200
Subject: [PATCH] idea of installing an os via cdist

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
---
 doc/dev/logs/2011-06-13.installation-via-cdist | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 doc/dev/logs/2011-06-13.installation-via-cdist

diff --git a/doc/dev/logs/2011-06-13.installation-via-cdist b/doc/dev/logs/2011-06-13.installation-via-cdist
new file mode 100644
index 00000000..f43a4ba3
--- /dev/null
+++ b/doc/dev/logs/2011-06-13.installation-via-cdist
@@ -0,0 +1,13 @@
+Provisioning Server ideas
+
+   - bootup kernel on target host via TFTP/PXE
+   - start our code that
+      - enables networking (dhcp)
+      - enables sshd
+
+Requires:
+   - Program that creates our blob that needs to be started
+      - for Linux: initrd
+      - Including ssh keys -> known!
+      - startup sshd
+