From a1a089e104c66d5c158670201c1b739e7889cac4 Mon Sep 17 00:00:00 2001 From: Maciej Lasyk Date: Thu, 23 Feb 2017 15:49:32 +0100 Subject: [PATCH] mkosi: documentation fix for systemd-nspawn invocation Missing '-D' parameter for directory name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 870dd81c4..7ef3eb7bb 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ Create and run a *Fedora* image into a plain directory: ```bash # mkosi -d fedora -t directory -o quux -# systemd-nspawn -b quux +# systemd-nspawn -b -D quux ``` Create a compressed tar ball `image.raw.xz` and add a checksum -- 2.47.2