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.
This commit is contained in:
Daan De Meyer
2025-01-24 17:29:58 +01:00
parent 798b9fb7eb
commit 1743f0370f

View 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.
```