Can I modify Full Host registration to remove some of the questions?
-
I’d like to remove a few of the questions when performing a Full Host Registration & Inventory. Is there any simple way to do this? I just want it to ask for the name, image ID, and whether or not it wants to image the PC or not.
Any help is appreciated, even if it’s just a suggestion.
-
@yeet The concepts are covered here: https://forums.fogproject.org/topic/14278/creating-custom-hostname-default-for-fog-man-reg
You will want to edit the fog.man.reg script and comment out the sections you don’t want. It helps if you know linux bash scripting or can follow programming. The idea is for you to make your custom fog.man.reg file then patch FOS Linux every time it boots, replacing the FOG supplied script with your custom script.
You can download the current fog.man.reg file from the fog github site: https://github.com/FOGProject/fos/blob/master/Buildroot/board/FOG/FOS/rootfs_overlay/bin/fog.man.reg