nfsroot.conf(5) | File Formats Manual | nfsroot.conf(5) |
nfsroot.conf - nfsroot configuration for FAI
/etc/fai/nfsroot.conf
The nfsroot is a file system on the install server. It is used during installation by the install clients.
nfsroot.conf defines the essential options for the install server, which are mostly used inside the nfsroot. Use bash(1) syntax for defining variables.
FAI_DEBOOTSTRAP="stretch http://deb.debian.org/debian"
NFSROOT_ETC_HOSTS="192.168.33.250 faiserver"
FAI_ROOTPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1' # pw is fai
Use mkpasswd, htpasswd or md5pass for generating the password hash.
echo "yoursecrectpassword" | mkpasswd -m md5 -s
SSH_IDENTITY=/home/admin/.ssh/id_rsa.pub
Normally, the nfsroot is mounted by the install kernel via NFS. It's also used on the FAI CD. FAI clients can also receive the nfsroot via http. There you have to create a compressed squashfs image of the nfsroot with fai-cd(8).
fai-make-nfsroot(8), fai-setup(8), fai(8) fai-mirror(1) fai-chboot(8)
This file is part of FAI (Fully Automatic Installation). The FAI homepage is https://fai-project.org.
This man page was written by Thomas Lange <lange@informatik.uni-koeln.de>.
January 2014 | FAI 5.0 |