From: Daan De Meyer Date: Fri, 24 Jan 2025 16:29:58 +0000 (+0100) Subject: HACKING: Drop run0 from mkosi boot invocation X-Git-Tag: v258-rc1~1492^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F36152%2Fhead;p=thirdparty%2Fsystemd.git HACKING: Drop run0 from mkosi boot invocation mkosi will itself use run0 or sudo when not running as root to invoke systemd-nspawn, so no need to do it in HACKING.md. --- diff --git a/docs/HACKING.md b/docs/HACKING.md index 64544f9668d..31c68b5be6d 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -49,7 +49,7 @@ To build and boot an OS image with the latest systemd installed: ```sh $ mkosi -f genkey # Generate signing keys once. $ mkosi -f sandbox meson compile -C build mkosi # (re-)build the OS image -$ run0 mkosi boot # Boot the image with systemd-nspawn. +$ mkosi boot # Boot the image with systemd-nspawn. $ mkosi vm # Boot the image with qemu. ```