Beispielkonfigurationen können der Konfigurationsauswahl auf zwei Arten hinzugefügt werden:
-
Hilfsanwendungen — Anwendungen, die unabhängig mit einem deb-Paket installiert werden, können Konfigurationsunterverzeichnisse in einem bestimmten Systemverzeichnis ablegen. Der Verzeichnisname wird mit dem Shell-Skript linuxcnc_var angegeben:
$ linuxcnc_var LINUXCNC_AUX_EXAMPLES /usr/share/linuxcnc/aux_examples
-
Runtime settings — the configuration selector can also offer configuration subdirectories specified at runtime using an exported environamental variable (LINUXCNC_AUX_CONFIGS). This variable should be a path list of one or more configuration directories separated by a (:). Typically, this variable would be set in a shell starting
linuxcnc
or in a user’s~/.profile
startup script. Example:export LINUXCNC_AUX_CONFIGS=~/myconfigs:/opt/otherconfigs