Package: debos / 1.0.0+git20201203.e939090-4

Metadata

Package Version Patches format
debos 1.0.0+git20201203.e939090-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 systemd nspawn shall be called with option register .patch | (download)

commands.go | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch] systemd-nspawn shall be called with option "--register=no" to
 prevent error after debootstrap

After debootstrap the call of "debos" fails with message "Failed to register machine: Unit machine-root.scope already exists".
With the option "--register=no" this works fine. This change is derived from https://gitlab.collabora.com/smcv/flatdeb/-/merge_requests/6

Signed-off-by: mtt2hi <thomas.mittelstaedt@de.bosch.com>