From 0c12b14d2c75bc648cc950ec858a3731fa25055b Mon Sep 17 00:00:00 2001 From: DaanDeMeyer Date: Sat, 27 Dec 2025 13:21:06 +0100 Subject: [PATCH] docs: Add explicit reference to unprivileged userns docs of mkosi Fixes #40216 (cherry picked from commit f3c67f7e16e23d385113461033f06e76789df1cd) --- docs/HACKING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/HACKING.md b/docs/HACKING.md index aa226445e7b..f2c21cb16ec 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -36,6 +36,10 @@ or via your distribution's package manager. Note that systemd regularly adopts newer mkosi features that are not in an official release yet so there's a good chance that your distribution's packaged version of mkosi will be too old. +Make sure to read the "Unprivileged User Namespaces" section in the mkosi documentation +(run `mkosi documentation` to view the mkosi docs) and apply any necessary instructions +to make sure unprivileged user namespaces work on your system. + Then, you can build, run and test systemd executables as follows: ```sh