Differences between revisions 12 and 13
Revision 12 as of 2013-02-28 07:18:47
Size: 2064
Editor: AndreasMundt
Comment: add dialog
Revision 13 as of 2013-03-07 17:16:52
Size: 2005
Editor: AndreasMundt
Comment: works fine, no warning needed
Deletions are marked like this. Additions are marked like this.
Line 36: Line 36:
If anything looks fine, connect the machine to the internal network and reboot.

==== Notes ====
 * The approach has been rarely tested.
Please contact the [[http://lists.alioth.debian.org/mailman/listinfo/debian-lan-devel/|mailing list]] if things do not work out as expected.
If anything looks fine, connect the machine to the internal network and reboot.  Please contact the [[http://lists.alioth.debian.org/mailman/listinfo/debian-lan-devel/|mailing list]] if things do not work out as expected.

Translation(s): none


Bootstrapping

The installation of a mainserver is possible in various ways. You can either create your own CD image, download a provided CD image or convert an existing minimal Debian installation. The approaches are described in the following.

Create an ISO Image

The pages listed below describe how to get started and prepare a CD to install the faiserver. All other machines are deployed from the faiserver. Please report failures to the mailing list:

Download an ISO Image

If you are short in time, give Debian-LAN a try by using the provided ISO images.

Convert a Minimal Debian Installation

First install a minimal Debian, hostname mainserver, domain name intern. Log into the system and execute:

aptitude -R install fai-server dialog git

Now, put your FAI config space in place:

mkdir /srv/fai/
cd /tmp/
git clone --branch squeeze git://git.debian.org/git/collab-maint/debian-lan
# or: git clone git://git.debian.org/git/collab-maint/debian-lan
cp -r /tmp/debian-lan/fai/config /srv/fai/
cd -

Modify it if needed and run FAI with the variabel CONVERT set to true:

export CONVERT=true ; fai -vN -s file:///srv/fai/config/ softupdate

If anything looks fine, connect the machine to the internal network and reboot. Please contact the mailing list if things do not work out as expected.