mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
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:
@@ -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.
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user