added FAI docu and script (not working yet, just to have it there!)
authorhackbard <hackbard>
Sun, 25 Jul 2004 04:14:13 +0000 (04:14 +0000)
committerhackbard <hackbard>
Sun, 25 Jul 2004 04:14:13 +0000 (04:14 +0000)
doc/CHANGELOG
doc/FAI [new file with mode: 0644]
scripts/Create-FAI [new file with mode: 0755]

index ebc37f7..0d7cb84 100644 (file)
@@ -1,5 +1,6 @@
 *) 2004-07-25
 
+- added FAI docu and script (not working yet, just to have it there!)
 - updated ardour
 - improved info/dir cleanup whicle remove in hdw-get
 - added CROSSBUILD file - just some guidelines for hacking it the hdw way
diff --git a/doc/FAI b/doc/FAI
new file mode 100644 (file)
index 0000000..9a36c49
--- /dev/null
+++ b/doc/FAI
@@ -0,0 +1,16 @@
+# hdw - linux FAI file
+
+
+whats this?
+-----------
+explains how to setup a networked computer acting as dhcp/pxeboot/nfsroot fully
+automated installation server to automate installing your favorite hdw-linux
+distribution.
+
+files:
+------
+
+./scripts/Create-FAI
+./doc/FAI
+
+[not finished yet]
diff --git a/scripts/Create-FAI b/scripts/Create-FAI
new file mode 100755 (executable)
index 0000000..36ad9fe
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/bash
+#
+# author: hackbard@hackdaworld.dyndns.org
+#
+# script creating a minimal system nfsroot for automated installation of hdw
+#
+
+echo "not supported yet"
+echo "i'm sorry"
+