From: Krzesimir Nowak Date: Wed, 28 Feb 2024 13:50:05 +0000 (+0100) Subject: man: Document sysext ephemeral-import mode X-Git-Tag: v256-rc1~405^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ae2f83b3e1b56e4f9826748d1afc4c771d82746;p=thirdparty%2Fsystemd.git man: Document sysext ephemeral-import mode --- diff --git a/man/systemd-sysext.xml b/man/systemd-sysext.xml index df5dcafbd16..5a6dffd2c58 100644 --- a/man/systemd-sysext.xml +++ b/man/systemd-sysext.xml @@ -236,6 +236,10 @@ systemd-sysext will use empty ephemeral directories. This means that the modifications made in the merged hierarchies will be gone when the hierarchies are unmerged. + : Force mutable mode like + above, but instead of ignoring the contents of write routing directories under + /var/lib/extensions.mutable/, merge them into the host file system, like + does. See "Options" below on specifying modes using the command line option. @@ -417,6 +421,14 @@ file system being discarded after unmerge. + + + + force mutable mode, with contents of write routing directories in + /var/lib/extensions.mutable/ being merged into the host file system, but + with the modifications made to the host file system being discarded after unmerge. + +