mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
doc/HACKING: show command to set root password in image (#8540)
Fixes #8538
This commit is contained in:
committed by
Lennart Poettering
parent
39362f6f7d
commit
e9cbef7dc9
@@ -68,6 +68,7 @@ for systemd (this example is for Fedora):
|
||||
$ meson build # configure the build
|
||||
$ ninja -C build # build it locally, see if everything compiles fine
|
||||
$ ninja -C build test # run some simple regression tests
|
||||
$ echo root123 > mkosi.rootpw # set root password used by mkosi
|
||||
$ sudo mkosi # build a test image
|
||||
$ sudo systemd-nspawn -bi image.raw # boot up the test image
|
||||
$ git add -p # interactively put together your patch
|
||||
|
||||
Reference in New Issue
Block a user