From: Luca Boccassi Date: Fri, 19 Jan 2024 14:46:25 +0000 (+0000) Subject: man: clarify description of Attach/Detach flags X-Git-Tag: v256-rc1~1097 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c03a321ef6c25c120374e3ec94dbac7dc1af70ad;p=thirdparty%2Fsystemd.git man: clarify description of Attach/Detach flags --- diff --git a/man/org.freedesktop.portable1.xml b/man/org.freedesktop.portable1.xml index e0070d33b6e..a41da4f5c3c 100644 --- a/man/org.freedesktop.portable1.xml +++ b/man/org.freedesktop.portable1.xml @@ -310,11 +310,11 @@ node /org/freedesktop/portable1 { The AttachImageWithExtensions(), DetachImageWithExtensions() and ReattachImageWithExtensions() methods take in options as flags instead of - booleans to allow for extendability. SD_SYSTEMD_PORTABLE_FORCE_ATTACH will cause - safety checks that ensure the units are not running while the new image is attached or detached - to be skipped. SD_SYSTEMD_PORTABLE_FORCE_EXTENSION will cause the check that the + booleans to allow for extendability. SD_SYSTEMD_PORTABLE_FORCE_ATTACH will bypass + the safety checks that ensure the units are not running while the image is attached or detached. + SD_SYSTEMD_PORTABLE_FORCE_EXTENSION will bypass the check that ensures the extension-release.NAME file in the extension image - matches the image name to be skipped. They are defined as follows: + matches the image name. They are defined as follows: #define SD_SYSTEMD_PORTABLE_RUNTIME (UINT64_C(1) << 0)