| 1 |
.\" Hey, EMACS: -*- nroff -*-
|
| 2 |
.TH fai 8 "8 april 2005" "FAI 2.8"
|
| 3 |
.\" Please adjust this date whenever revising the manpage.
|
| 4 |
.\"
|
| 5 |
.\" Some roff macros, for reference:
|
| 6 |
.\" .nh disable hyphenation
|
| 7 |
.\" .hy enable hyphenation
|
| 8 |
.\" .ad l left justify
|
| 9 |
.\" .ad b justify to both left and right margins
|
| 10 |
.\" .nf disable filling
|
| 11 |
.\" .fi enable filling
|
| 12 |
.\" .br insert line break
|
| 13 |
.\" .sp <n> insert n+1 empty lines
|
| 14 |
.\" for manpage-specific macros, see man(7)
|
| 15 |
.SH NAME
|
| 16 |
fai \- fully automatic installation
|
| 17 |
.SH SYNOPSIS
|
| 18 |
.B fai
|
| 19 |
.RI [ options ] " ACTION"
|
| 20 |
.SH DESCRIPTION
|
| 21 |
|
| 22 |
fai starts a fai-action, e.g. an installation or a softupdate.
|
| 23 |
If the variable FAI_ACTION is defined, this action will be
|
| 24 |
performed. The command line argument will override the value of
|
| 25 |
FAI_ACTION. You can also define your own actions which will be
|
| 26 |
executed when specified.
|
| 27 |
|
| 28 |
.SH OPTIONS
|
| 29 |
.TP
|
| 30 |
ACTION is required.
|
| 31 |
.TP
|
| 32 |
.B \-h|\-\-help
|
| 33 |
Show help, version and summary of options.
|
| 34 |
.TP
|
| 35 |
.B \-N|\-\-NEW
|
| 36 |
Renew the list of defined classes. By default, FAI uses the list of
|
| 37 |
classes which was created during the first installation and skips
|
| 38 |
calling fai-class(1). Add this option if you like to recreate the list
|
| 39 |
of classes during a softupdate.
|
| 40 |
.TP
|
| 41 |
.B \-v|\-\-verbose
|
| 42 |
Create verbose output.
|
| 43 |
|
| 44 |
.SH ACTIONS
|
| 45 |
.TP
|
| 46 |
.B install
|
| 47 |
starts an fully automatic installtion:
|
| 48 |
.RS
|
| 49 |
.IP 1. 3
|
| 50 |
setup the fai environment (create ramdisk, get configuration date,...)
|
| 51 |
.IP 2. 3
|
| 52 |
define classes and variables
|
| 53 |
.IP 3. 3
|
| 54 |
partition the local hard disk and create file systems
|
| 55 |
.IP 4. 3
|
| 56 |
install new software packages
|
| 57 |
.IP 5. 3
|
| 58 |
call configuration scripts
|
| 59 |
.IP 6. 3
|
| 60 |
check and save the logfiles
|
| 61 |
.RE
|
| 62 |
|
| 63 |
.TP
|
| 64 |
.B sysinfo
|
| 65 |
starts a system rescue system
|
| 66 |
.RS
|
| 67 |
.IP 1. 3
|
| 68 |
setup the fai environment (create ramdisk, get configuration date,...)
|
| 69 |
.IP 2. 3
|
| 70 |
define classes and variables
|
| 71 |
.IP 3. 3
|
| 72 |
do different types of hardware detection and print hardware info
|
| 73 |
.IP 4. 3
|
| 74 |
save the logfiles
|
| 75 |
.RE
|
| 76 |
|
| 77 |
.TP
|
| 78 |
.B softupdate
|
| 79 |
starts a softupdate:
|
| 80 |
.RS
|
| 81 |
.IP 1. 3
|
| 82 |
fetch FAI configuration according to /etc/fai/fai.conf
|
| 83 |
.IP 2. 3
|
| 84 |
define classes and variables
|
| 85 |
.IP 3. 3
|
| 86 |
update the installed packages
|
| 87 |
.IP 4. 3
|
| 88 |
install new software
|
| 89 |
.IP 5. 3
|
| 90 |
call configuration scripts
|
| 91 |
.IP 6. 3
|
| 92 |
check and save the logfiles
|
| 93 |
.RE
|
| 94 |
|
| 95 |
.SH NOTES
|
| 96 |
Running with action "install" on an already running system will almost
|
| 97 |
certainly destroy it.
|
| 98 |
|
| 99 |
.SH SEE ALSO
|
| 100 |
.br
|
| 101 |
This program is the central part of FAI (Fully Automatic Installation). See
|
| 102 |
the FAI manual for more information on how to use FAI.
|
| 103 |
The FAI homepage is http://www.informatik.uni-koeln.de/fai.
|
| 104 |
|
| 105 |
.SH AUTHOR
|
| 106 |
This manual page was written by Henning Glawe
|
| 107 |
<glaweh@physik.fu-berlin.de> and Thomas Lange <lange@informatik.uni-koeln.de>.
|