> is there a simple way to output some custom stuff at the end of > installation? For a Debian Edu setup, I need to view the WiFi MAC > address of installed machines on the screen of the default device so > that it can be transferred to the site's LDAP hosts list.
> Does anyone have a snippet available that does this? https://github.com/faiproject/fai-config/blob/master/class/40-parse-profiles.sh this one is much easier: https://github.com/faiproject/fai-config/blob/master/class/41-warning.sh > On the other hand, is anyone doing automatic manipulation of LDAP > object from within the FAI installer? (Is there a way to implement > this securely? I sense not...). If you do PXE boot network installations, nothing is secure, because PXE will listen to the first DHCP server responding. -- regards Thomas