From: Luca Boccassi Date: Thu, 28 Mar 2024 22:17:26 +0000 (+0000) Subject: portable: the 'flags' parameter is now used in DetachImageWithExtensions() and Reatta... X-Git-Tag: v256-rc1~360 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55c1a411c64162c2253a3812305f1860d5bc82f5;p=thirdparty%2Fsystemd.git portable: the 'flags' parameter is now used in DetachImageWithExtensions() and ReattachImageWithExtensions() --- diff --git a/man/org.freedesktop.portable1.xml b/man/org.freedesktop.portable1.xml index 9b49c610d55..c68995d9524 100644 --- a/man/org.freedesktop.portable1.xml +++ b/man/org.freedesktop.portable1.xml @@ -286,8 +286,7 @@ node /org/freedesktop/portable1 { DetachImageWithExtensions() detaches a portable image from the system. This method is a superset of DetachImage() with the addition of a list of extensions as input parameter, which were overlaid on top of the main - image via AttachImageWithExtensions(). - The flag parameter is currently unused and reserved for future purposes. + image via AttachImageWithExtensions(). ReattachImage() combines the effects of the AttachImage() method and the DetachImage() method. @@ -304,7 +303,7 @@ node /org/freedesktop/portable1 { image. For more details on this functionality, see the MountImages= entry on systemd.exec5 and systemd-sysext8. - The flag parameter is currently unused and reserved for future purposes + RemoveImage() removes the image with the specified name.