From: hackbard Date: Sun, 25 Jul 2004 04:14:13 +0000 (+0000) Subject: added FAI docu and script (not working yet, just to have it there!) X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-linux%2Fhdw-linux.git;a=commitdiff_plain;h=f3dd7e4c8793880a7502e96b42350c82266c2dfc;hp=3a0ea95b34739ab33b5f1b05d9d18f0c5c5bd133 added FAI docu and script (not working yet, just to have it there!) --- 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" +