/etc/fai/NFSROOT is in fai-server 5.0.3ubuntu1.
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 48 49 | # package list for creating the NFSROOT
PACKAGES install
nfs-common fai-nfsroot module-init-tools 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
cupt
pxelinux syslinux-common # in jessie we need both
curl wget- libpsl0- libicu52-
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 live-boot- initramfs-tools-
dracut-config-generic # this is not available in plain Debian jessie
# you should not edit the lines below
# architecture dependend list of packages that are installed
#git # git consumes a lot of disk space on the FAI CD
PACKAGES install DEBIAN_8
sysvinit-core systemd-sysv-
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
|