| 1 |
.\" Hey, EMACS: -*- nroff -*-
|
| 2 |
.if \n(zZ=1 .ig zZ
|
| 3 |
.if \n(zY=1 .ig zY
|
| 4 |
.TH fai-setup 8 "15 April 2002" "FAI 2.3"
|
| 5 |
.\" Please adjust this date whenever revising the manpage.
|
| 6 |
.\"
|
| 7 |
.\" Some roff macros, for reference:
|
| 8 |
.\" .nh disable hyphenation
|
| 9 |
.\" .hy enable hyphenation
|
| 10 |
.\" .ad l left justify
|
| 11 |
.\" .ad b justify to both left and right margins
|
| 12 |
.\" .nf disable filling
|
| 13 |
.\" .fi enable filling
|
| 14 |
.\" .br insert line break
|
| 15 |
.\" .sp <n> insert n+1 empty lines
|
| 16 |
.\" for manpage-specific macros, see man(7)
|
| 17 |
.de }1
|
| 18 |
.ds ]X \&\\*(]B\\
|
| 19 |
.nr )E 0
|
| 20 |
.if !"\\$1"" .nr )I \\$1n
|
| 21 |
.}f
|
| 22 |
.ll \\n(LLu
|
| 23 |
.in \\n()Ru+\\n(INu+\\n()Iu
|
| 24 |
.ti \\n(INu
|
| 25 |
.ie !\\n()Iu+\\n()Ru-\w\\*(]Xu-3p \{\\*(]X
|
| 26 |
.br\}
|
| 27 |
.el \\*(]X\h|\\n()Iu+\\n()Ru\c
|
| 28 |
.}f
|
| 29 |
..
|
| 30 |
.\"
|
| 31 |
.\" File Name macro. This used to be `.PN', for Path Name,
|
| 32 |
.\" but Sun doesn't seem to like that very much.
|
| 33 |
.\"
|
| 34 |
.de FN
|
| 35 |
\fI\|\\$1\|\fP
|
| 36 |
..
|
| 37 |
.SH NAME
|
| 38 |
fai-setup \- Setup script for Fully Automatic Installation (FAI)
|
| 39 |
.SH SYNOPSIS
|
| 40 |
.B fai-setup
|
| 41 |
.SH DESCRIPTION
|
| 42 |
Fully Automatic Installation (FAI) is used to provide unattended installation of
|
| 43 |
Debian GNU/Linux operating systems with a very flexible class-based system.
|
| 44 |
fai-setup is a shell script written for FAI to create the initial NFSROOT
|
| 45 |
directory, add that directory to the NFS exports configuration file
|
| 46 |
(/etc/exports), prepare the files as necessary to create the network boot floppy
|
| 47 |
disk, and create the initial fai user that is used for copying over the installation
|
| 48 |
logs to a centralized directory on the server. make-fai-nfsroot(8) is called
|
| 49 |
to create the initial NFS root directory.
|
| 50 |
|
| 51 |
fai-setup should be called after each change to /etc/fai/fai.conf.
|
| 52 |
.PD
|
| 53 |
.SH SEE ALSO
|
| 54 |
.PD 0
|
| 55 |
This program is part of FAI (Fully Automatic Installation). See the FAI manual
|
| 56 |
for more information on how to use fai-setup. The FAI homepage is
|
| 57 |
http://www.informatik.uni-koeln.de/fai.
|
| 58 |
.TP
|
| 59 |
\fImake-fai-nfsroot\fP(8), \fIexports\fP(5)
|
| 60 |
.PD
|
| 61 |
.SH FILES
|
| 62 |
.PD 0
|
| 63 |
.TP
|
| 64 |
.FN /etc/fai/fai.conf
|
| 65 |
The FAI configuration file.
|
| 66 |
.TP
|
| 67 |
.FN /etc/exports
|
| 68 |
The NFS configuration file for exported filesystems.
|
| 69 |
|
| 70 |
.SH AUTHOR
|
| 71 |
Thomas Lange <lange@informatik.uni-koeln.de>
|