| 1 |
How to set up a FAI install server on Debian lenny using FAI 3.4.x
|
| 2 |
==================================================================
|
| 3 |
|
| 4 |
FAI 3.4.x is ready-to-go for Debian Squeeze, but can also be used
|
| 5 |
on a server running lenny.
|
| 6 |
|
| 7 |
- Add this line to /etc/apt/sources.list:
|
| 8 |
|
| 9 |
deb http://fai-project.org/download squeeze koeln
|
| 10 |
|
| 11 |
- Install new FAI 3.4.x packages on your system
|
| 12 |
|
| 13 |
- Replace any occurrences of 'squeeze' with 'lenny' in the
|
| 14 |
following files:
|
| 15 |
|
| 16 |
/etc/fai/make-fai-nfsroot
|
| 17 |
/etc/fai/apt/sources.list
|
| 18 |
|
| 19 |
- Add the aufs-modules package to /etc/fai/NFSROOT:
|
| 20 |
|
| 21 |
< linux-image-486
|
| 22 |
> linux-image-486 aufs-modules-2.6-486
|
| 23 |
|
| 24 |
- Since fai 3.4.x is only available in the squeeze repository of
|
| 25 |
fai-project.org (and depending on the date possibly also from
|
| 26 |
Debian squeeze and unstable/sid) add this line to
|
| 27 |
/etc/fai/apt/sources.list
|
| 28 |
|
| 29 |
deb http://fai-project.org/download squeeze koeln
|
| 30 |
|
| 31 |
- Call fai-setup -v or make-fai-nfsroot -v
|
| 32 |
|
| 33 |
- In the config space you have to add the class GRUB (providing
|
| 34 |
grub1) to your install clients instead of the class GRUB_PC
|
| 35 |
(providing grub2). Have a look at class/50-host-classes.
|
| 36 |
|
| 37 |
- When building a fai-cd, use option -G1.
|
| 38 |
|