From 5ae2f83b3e1b56e4f9826748d1afc4c771d82746 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Wed, 28 Feb 2024 14:50:05 +0100 Subject: [PATCH] man: Document sysext ephemeral-import mode --- man/systemd-sysext.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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. + + -- 2.47.3