Download Settings of Custom Partitions in IGEL OS
Menu path: Setup > System > Firmware Configuration > Custom Partition > Download
Sources for partition data
In order to load data onto the custom partition, at least one source for partition data must be set up here.
To manage the list, proceed as follows:
Click to create a new source.
Click to remove the selected source.
Click to edit the selected source.
Click to copy the selected source.
Add
Automatic update
- The contents from this source will be updated automatically.
- The contents from this source will not be updated automatically. (default)
URL: URL of the web server
User name: User name for access to the web server
Password: Password for access to the web server
Initialization action: Action which is performed after mounting the partition (program or script with absolute path). For example, a program downloaded to the partition can be launched.
Finalizing action: Action which is performed before mounting the partition (program or script with absolute path). For example, a program downloaded to the partition can be ended.
The transfer protocols are the same as the ones for updating the firmware, e.g. HTTP and HTTPS. An INF
file which in turn references a tar archive zipped using bzip2 must be referenced as the target.
The structure of the INF file is as follows:
| Header information |
| File name of the compressed tar archive |
| Version number - a higher version results in an update if Update automatically is enabled. |
The files to be transferred must therefore be zipped in a tar archive which is then compressed using bzip2. This file is referenced in the INF file which is the target of the URL.
The tar archive can be created under Windows, e.g. with the open source program 7-Zip (www.7-zip.de). This program also allows bzip2
compression. Under Linux, tar and bz2 files can be created using onboard resources.
The procedure makes it possible to replace the file(s) on the server with a new version which the thin client loads the next time it is booted. The Version
parameter in the INF
file must be increased for this purpose.