1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
.\" Hey, EMACS: -*- nroff -*-
.if \n(zZ=1 .ig zZ
.if \n(zY=1 .ig zY
.TH fai-setup 8 "11 November April 2007" "FAI 3.2"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.de }1
.ds ]X \&\\*(]B\\
.nr )E 0
.if !"\\$1"" .nr )I \\$1n
.}f
.ll \\n(LLu
.in \\n()Ru+\\n(INu+\\n()Iu
.ti \\n(INu
.ie !\\n()Iu+\\n()Ru-\w\\*(]Xu-3p \{\\*(]X
.br\}
.el \\*(]X\h|\\n()Iu+\\n()Ru\c
.}f
..
.\"
.\" File Name macro. This used to be `.PN', for Path Name,
.\" but Sun doesn't seem to like that very much.
.\"
.de FN
\fI\|\\$1\|\fP
..
.SH NAME
fai-setup \- Setup script for Fully Automatic Installation (FAI)
.SH SYNOPSIS
.B fai-setup
.SH DESCRIPTION
Fully Automatic Installation (FAI) is used to provide unattended installation of
Debian GNU/Linux operating systems with a very flexible class-based system.
fai-setup creates the initial NFSROOT directory and the configuration space.
It sets up the NFS exports configuration file (/etc/exports), and
create the initial fai user that is used for copying over the
installation logs to a centralized directory on the server. fai-make-nfsroot(8) is called
to create the initial NFS root directory.
fai-setup should be called after each change to /etc/fai/fai.conf.
.PD
.SH OPTIONS
.TP
All options are also passed to fai-make-nfsroot.
.TP
.B \-C CFDIR
Use CFDIR as configuration directory. Default is /etc/fai. You can
also set the environment variable FAI_ETC_DIR.
.TP
.B \-e
Expert mode. Do not add entries to /etc/export, do not restart the nfs server,
and do not add to /var/log/fai/variables.
.SH SEE ALSO
.PD 0
This program is part of FAI (Fully Automatic Installation). See the FAI manual
for more information on how to use fai-setup. The FAI homepage is
https://fai-project.org.
.TP
\fIfai-make-nfsroot\fP(8), \fIexports\fP(5)
.PD
.SH FILES
.PD 0
.TP
.FN /etc/fai/fai.conf
The FAI configuration file.
.TP
.FN /etc/fai/nfsroot.conf
The configuration file for fai-make-nfsroot.
.TP
.FN /etc/exports
The NFS configuration file for exported filesystems.
.PD 0
.TP
.FN /var/log/fai/variables
The script will write the values of FAI_CONFIGDIR and FAI_CONFIG_SRC
to this file.
.SH AUTHOR
Thomas Lange <lange@cs.uni-koeln.de>
|