From f3dd7e4c8793880a7502e96b42350c82266c2dfc Mon Sep 17 00:00:00 2001 From: hackbard Date: Sun, 25 Jul 2004 04:14:13 +0000 Subject: [PATCH] added FAI docu and script (not working yet, just to have it there!) --- doc/CHANGELOG | 1 + doc/FAI | 16 ++++++++++++++++ scripts/Create-FAI | 10 ++++++++++ 3 files changed, 27 insertions(+) create mode 100644 doc/FAI create mode 100755 scripts/Create-FAI diff --git a/doc/CHANGELOG b/doc/CHANGELOG index ebc37f7..0d7cb84 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -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 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 index 0000000..36ad9fe --- /dev/null +++ b/scripts/Create-FAI @@ -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" + -- 2.20.1