installing console-common uninstalls cryptsetup
[fai-configs.git] / files / etc / fai / fai.conf / DEFAULT
1 # $Id$
2
3 # /etc/fai/fai.conf -- configuration for FAI (Fully Automatic Installation)
4
5 # how to access the fai config space
6 # If undefined here, make-fai-nfsroot/fai-setup will use default value
7 # nfs://<install server>/$FAI_CONFIGDIR
8 # supported URL-types: nfs, file, cvs, cvs+ssh, svn+file, svn+http,
9 # git, git+http, hg+http, tarball via http
10 FAI_CONFIG_SRC=git+ssh://git@vcs.fsf.org:fai-configs.git
11
12 # LOGUSER: an account on the install server which saves all log-files
13 # and which can change the kernel that is booted via network.
14 # Configure .rhosts for this account and PAM, so that root can log in
15 # from all install clients without password. This account should have
16 # write permissions for /srv/tftp/fai. For example, you can use write
17 # permissions for the group linuxadm. chgrp linuxadm /srv/tftp/fai;chmod
18 # g+w /srv/tftp/fai. If the variable is undefined, this feature is disabled.
19 # Define it, to enable it, eg. LOGUSER=fai
20 LOGUSER=
21
22 # set protocol type for saving logs. Values: ssh, rsh, ftp
23 FAI_LOGPROTO=ssh
24
25 # Access to Debian mirror via NFS mounted directory
26 # If FAI_DEBMIRROR is defined, install clients mount it to $MNTPOINT
27 #FAI_DEBMIRROR=yournfs debianmirror:/path/to/debianmirror
28
29
30 # The following variables are read only for almost every user.
31 # Do not change them unless you know what you are doing!
32
33 # mount point where the mirror will be mounted
34 MNTPOINT=/srv/fai/mirror
35
36 # the local configuration directory on the install client
37 FAI=/srv/fai/config