Skip to content

updater-ng: detect and export container

Karel Koci requested to merge feature/updater-container-detect into develop

The init process commonly gets info from tool that spawns container about it. In general we can only care that such info was provided but for completeness we pass the name that was passed to init process as well. In case of LXC that is container=lxc.

First part for build#181

Merge request reports