Suggestion for install.sh script
-
I see that the install script still tries to set up tftpd-hpa. I have my FOG set up as a next-server, and my DHCP server forwards packets to it. I use dnsmasq instead of tftpd-hpa. The installer errors out at the very end with
Mar 29 20:08:29 fogserver systemd[1]: Starting LSB: HPA's tftp server... Mar 29 20:08:29 fogserver tftpd-hpa[3413975]: * Starting HPA's tftpd in.tftpd Mar 29 20:08:29 fogserver systemd[1]: tftpd-hpa.service: Control process exited, code=exited, status=71/OSERR Mar 29 20:08:29 fogserver systemd[1]: tftpd-hpa.service: Failed with result 'exit-code'. Mar 29 20:08:29 fogserver systemd[1]: Failed to start LSB: HPA's tftp server.
TFTP still serves files via dnsmasq though. To be honest I forgot why I moved to dnsmasq, its been so long. Is it possible to mod/update the install script to ask if you want to use tftpd or dnsmasq?
-
@brakcounty said in Suggestion for install.sh script:
Is it possible to mod/update the install script to ask if you want to use tftpd or dnsmasq?
Currently the FOG installer script does not do dnsmasq at all. Would be a major change to add this to the scripts. You are welcome to work on this and let us know.
-
@Sebastian-Roth Challenge accepted!