summaryrefslogtreecommitdiffstats
path: root/src/portable/portabled-image.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* machine-image: properly support searching for images below some --root= pathLennart Poettering2021-01-191-1/+1
| | | | | systemd-sysext supports --root= for everything but the image discovery. Fix that.
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-2/+1
|
* machine-image: introduce image_hash_ops and use itYu Watanabe2018-12-021-2/+2
|
* tree-wide: drop empty lines in commentsYu Watanabe2018-07-231-1/+0
|
* add new portable service frameworkLennart Poettering2018-05-241-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.