]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
HACKING: Drop run0 from mkosi boot invocation 36152/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 24 Jan 2025 16:29:58 +0000 (17:29 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 24 Jan 2025 16:29:58 +0000 (17:29 +0100)
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.

docs/HACKING.md

index 64544f9668d6c0899731e91b5eb3fe010c5c737c..31c68b5be6d22e4d55959d4f07db2dad8293e934 100644 (file)
@@ -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.
 ```