From e7e2fbdd60e9f3d452b80f48e3d0029f5c1dc827 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 8 Dec 2022 12:46:24 +0100 Subject: [PATCH] man: add doc for new --in-memory switch of systemd-dissect --- man/systemd-dissect.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/man/systemd-dissect.xml b/man/systemd-dissect.xml index 8c6211b601d..1461d98fea0 100644 --- a/man/systemd-dissect.xml +++ b/man/systemd-dissect.xml @@ -320,6 +320,15 @@ systems. If all discarding is unconditionally enabled. + + + + If specified an in-memory copy of the specified disk image is used. This may be used + to operate with write-access on a (possibly read-only) image, without actually modifying the original + file. This may also be used in order to operate on a disk image without keeping the originating file + system busy, in order to allow it to be unmounted. + + -- 2.47.3