Here are some advanced topics for you to try after you have completed this tutorial.

Using ldd to Find Required Libraries

Using the ldd command is another way of determining the libraries that a binary requires.

  1. Log into Local Terminal as root.
  2. Find out which file the main binary of the Custom Partition is. It is usually found in bin/, usr/bin/ or usr/lib/ and is named similar to the application name.
  3. Run the following command:
    ldd /custom/[name]/[binary] | grep 'not found'
    This command line contains a filter, so that it will only show you those libraries that could not be found.

    ldd

Auto-updating Custom Partitions

The Custom Partition mechanism in IGEL OS can update the Custom Partition contents automatically when a newer version is available on UMS. To activate it, follow these steps:

  1. In Setup, go to System > Firmware Customization > Custom Partitition > Download.
  2. Open the CP entry in the Partitions Data Sources list.
  3. Enable Automatic Update.
  4. Click OK.
  5. Click Apply or Save in the Setup window.
  6. On UMS, increase the version property in the *.inf metadata file.
    When booting, the thin client checks whether there is a higher version of the Custom Partition available on UMS. If so, the new CP version will be downloaded automatically.