summaryrefslogtreecommitdiffstats
path: root/builder/modules.d/slx-addons
Commit message (Collapse)AuthorAgeFilesLines
* [slx-addon] auto ldconfig post addonJonathan Bauer2019-11-053-16/+45
|
* [slx-addon] simplify addon setupJonathan Bauer2019-11-051-37/+8Star
| | | | and hopefully make it faster
* [slx-addons] ldconfig: --root != -rJonathan Bauer2019-08-131-1/+1
|
* [slx-addons] refine ldconfig callsJonathan Bauer2019-08-131-12/+7Star
| | | | | TIL: hash -t prints nothing if the binary was not hashed already. type does.
* [slx-addons] simplify addon whiteout handlingJonathan Bauer2019-08-121-4/+4
| | | | and fix if none where found
* [slx-addons] make WHITEOUTS an arrayJonathan Bauer2019-08-121-1/+1
|
* [slx-addons] glob whiteout file namesJonathan Bauer2019-08-121-4/+4
|
* [slx-addon] warn -> info messagesJonathan Bauer2019-01-091-2/+2
|
* [slx-addon] fix addon-required testJonathan Bauer2018-12-051-2/+2
|
* Support for stage4 addonsJonathan Bauer2018-05-232-0/+122
Stage4 can contain addons under /opt/openslx/addons/<addon_name>. The contents will be moved to the stage4 if the 'addon-required' script present in the addon's root directory returns 0. ld cache and whiteouts (files removed during the overlay'ed addon build) are automatically processed. NOTE: addon-init script of old is NOT executed atm, since for the only addon we use, it only handled the whiteouts (which is now done for every addon). See code for details...