FOG 0.32: Corrupt pxelinux.cfg config files
-
Hi,
A very odd thing has started happening, whenever we create a new task and a config file is written out to /tftpboot/pxelinux.cfg it contains corruption in this form on one line:
kernel lsfog/kernel/bzImage
It should read:
kernel fog/kernel/bzimage
I have put a temporary fix in place with a cron job that monitors the directory for new files and edits them to remove the rogue ‘ls’.
Could somebody please point me in the direction of the script that writes that file out so I can try and work out what has happened? The fact that the text is ‘ls’ makes me think that some command is failing and causing a variable to be poorly formed, but then again maybe it’s not that.
Thanks in advance,
Jon