FOG 1.2 params: command not found
-
Hello,
im kind of noob in this this area and i need some help.
i’m setting FOG 1.2 on ubuntu server 14.04.3.
I installed and configured dnsmasq, rebuilt undionly.kpxe with custom embed script and im getting this error. if i remove params line from default.ipxe im geting “colour: command not found”.
THX
-
That’s because you built your own and didn’t tell it to define the PARAMS_CMD
-
Tom is absolutely right. You need to define this in ipxe/src/config/general.h
... #define PARAM_CMD /* Form parameter commands */ ...
See Tom’s config here: http://sourceforge.net/p/freeghost/code/HEAD/tree/trunk/src/ipxe/src/config/
-
Thanks guys!
all ok now!