From ce565fb6bc78b42ed421b0b1260a4d72e438b5aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Behrmann?= Date: Fri, 3 Jan 2025 19:04:45 +0100 Subject: [PATCH] man: fix remaining mention of mkosi.pkgmngr --- mkosi/resources/man/mkosi.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi/resources/man/mkosi.1.md b/mkosi/resources/man/mkosi.1.md index e11fa1d60..f9b4f7fe5 100644 --- a/mkosi/resources/man/mkosi.1.md +++ b/mkosi/resources/man/mkosi.1.md @@ -2504,7 +2504,7 @@ local directory: copied will be owned by root. To preserve ownership, use a tar archive. -* The **`mkosi.pkgmngr/`** directory or **`mkosi.pkgmngr.tar`** archive +* The **`mkosi.sandbox/`** directory or **`mkosi.sandbox.tar`** archive may be used to configure the package manager without the files being inserted into the image. If the files should be included in the image `mkosi.skeleton/` and `mkosi.skeleton.tar` should be used instead.