summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter A. Bigot <pab@pabigot.com>2018-03-21 17:56:33 -0500
committerLennart Poettering <lennart@poettering.net>2018-03-21 23:56:33 +0100
commite9cbef7dc96faaf01a68d064b9b584651a5fbc2d (patch)
treea311e8a334dacc23732641bcb2624fe5d4827a62 /doc
parent39362f6f7d23abf3a90dc99aae7299300b923a34 (diff)
downloadsystemd-e9cbef7dc96faaf01a68d064b9b584651a5fbc2d.tar.gz
doc/HACKING: show command to set root password in image (#8540)
Fixes #8538
Diffstat (limited to 'doc')
-rw-r--r--doc/HACKING1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/HACKING b/doc/HACKING
index b9c53dc56b..51ff60d175 100644
--- a/doc/HACKING
+++ b/doc/HACKING
@@ -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