Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Problem

When an IGEL Universal Management Suite (UMS) profile is applied to a OS 11 or OS 12 device, some settings from the profile are not applied correctly to the device.

Solution

Adding an automatic reboot to the UMS profile ensures the correct application of the settings from the profile to the device.

To trigger the automatic reboot when the profile is applied to the device:

  1. In the UMS profile go to System > Firmware Customization > Custom Commands > Desktop. For more on custom commands, see Eigene Befehle and Custom Commands.

  2. Add the following as a Final desktop command:
    if [ ! -f /wfs/.one_more_reboot_done ] ; then touch /wfs/.one_more_reboot_done ; systemctl reboot ; fi

  3. Save the profile.
  • No labels