Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | machine-image: properly support searching for images below some --root= path | Lennart Poettering | 2021-01-19 | 1 | -1/+1 |
| | | | | | systemd-sysext supports --root= for everything but the image discovery. Fix that. | ||||
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | tree-wide: define iterator inside of the macro | Zbigniew Jędrzejewski-Szmek | 2020-09-08 | 1 | -2/+1 |
| | |||||
* | machine-image: introduce image_hash_ops and use it | Yu Watanabe | 2018-12-02 | 1 | -2/+2 |
| | |||||
* | tree-wide: drop empty lines in comments | Yu Watanabe | 2018-07-23 | 1 | -1/+0 |
| | |||||
* | add new portable service framework | Lennart Poettering | 2018-05-24 | 1 | -0/+105 |
This adds a small service "systemd-portabled" and a matching client "portablectl", which implement the "portable service" concept. The daemon implements the actual operations, is PolicyKit-enabled and is activated on demand with exit-on-idle. Both the daemon and the client are an optional build artifact, enabled by default rhough. |