Full host registration Edit
-
I am wanting to find out how i could remove the primary user listings from full host registration? Where can i edit this?
-
init.xz
[code]cd /var/www/fog/service/ipxe
xz -d init.xz
mkdir tmp
mount -o loop init tmp
#EDIT YOUR FILE SPECIFICALLY tmp/bin/fog.man.reg
cd /var/www/fog/service/ipxe
xz -C crc32 -9 -c < init > init.xz[/code]