| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
* remove packager
* move everything from builder/* back to root
|
| | |
|
| |
|
|
|
| |
TIL: hash -t prints nothing if the binary was not hashed already. type
does.
|
| |
|
|
| |
and fix if none where found
|
| | |
|
| | |
|
| | |
|
| | |
|
|
|
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...
|