# ls -l /etc/fai/nfsroot-hooks/ total 4 -rwxr-xr-x 1 root root 197 Sep 15 09:31 scripts.sh
The scripts.sh has the following: ----- #!/bin/shinstall -g root -o root -m 0644 /etc/dhcp/dhclient.conf /srv/fai/nfsroot/etc/dhcp/dhclient.conf
----- I can run the script with an interactive shell and it works. Any ideas?