doc/HACKING: show command to set root password in image (#8540)

Fixes #8538
This commit is contained in:
Peter A. Bigot
2018-03-21 17:56:33 -05:00
committed by Lennart Poettering
parent 39362f6f7d
commit e9cbef7dc9

View File

@@ -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