From f9f4dd51bdb016bab84f7fb3cf47a2ad102b4c76 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 12 Dec 2013 23:14:48 -0500 Subject: [PATCH] man: add another nspawn example Taken from https://bugs.freedesktop.org/show_bug.cgi?id=68369. --- man/systemd-nspawn.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 75d2e6d..6b7ba98 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -432,6 +432,17 @@ + Example 5 + + # btrfs subvolume snapshot / /.tmp +# systemd-nspawn --private-network -D /.tmp -b + + This runs a copy of the host system in a + btrfs snapshot. + + + + Exit status The exit code of the program executed in the -- 2.7.4