/etc/fai/NFSROOT is in fai-server 5.3.6ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | # package list for creating the NFSROOT
PACKAGES install
nfs-common fai-nfsroot ssh rdate lshw rpcbind
rsync lftp less dump reiserfsprogs e2fsprogs usbutils
hwinfo psmisc pciutils hdparm smartmontools parted mdadm lvm2
dnsutils ntpdate dosfstools xfsprogs xfsdump btrfs-tools
procinfo numactl dialog
console-common kbd
iproute2 netselect moreutils udev subversion
xz-utils
pxelinux syslinux-common # in jessie we need both
curl wget- netcat-traditional
ca-certificates # for get-config-dir-https
nmap
emacs24-nox
# some network cards needs firmware
firmware-bnx2 firmware-bnx2x firmware-realtek
#firmware-linux-nonfree
# dracut replaces live-boot and initramfs-tools
dracut-network dracut live-boot- initramfs-tools-
dracut-config-generic # for jessie add "deb http://fai-project.org/download jessie koeln"
#git # git consumes a lot of disk space on the FAI CD
sysvinit-core systemd-sysv-
# you should not edit the lines below
# architecture dependend list of packages that are installed
PACKAGES install I386
grub-pc
linux-image-server
# packages for Ubuntu natty/oneiric/precise:
# linux-image-generic live-boot
PACKAGES install AMD64
grub-pc
linux-image-server
# packages for Ubuntu vivid
PACKAGES install UBUNTU
upstart-sysv
|