So, My director wants to burn the whole licensing down and start fresh. Anybody know how to script the license removal from the devices on next reboot?
Yes, it can:
• create a new profile
• copy the following one liner into: System, Firmware Customisation, Custom Commands, Desktop, Final Desktop Command
`mount -o remount,rw /license; find . | grep -iRl “.*lic” /license/dsa/licenses/ | xargs -I {} rm -rf {}; mount -o remount,ro /license`
kb.igel.com/igelos-11.04/en/desktop-32871543.html kb.igel.com/igelos-11.04/en/desktop-32871543.html
Reboot, wait until it’s booted, remove the profile!
Here is a summary of steps –> github.com/IGEL-Community/IGEL-Docs/blob/main/Docs/HOWTO-Remove-IGEL-Device-License.md
Is the asterisk placed correctly?
@member seems like it might be switched around with the period; right?
“.lic” vs “.lic”
The grep is looking for any file that ends with lic
Continue reading and comment on the thread ‘How to script removing IGEL OS licenses on next reboot?’. Not a member? Join Here!
Learn more, search the IGEL Knowledge Base
Ask a question or comment on the above message thread?
Join or log in to the IGEL Community to ask us anything and meet other IGEL customers, partners, and EUC enthusiasts.Submit a question, or Join Today!