mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
HACKING: small umask tweak for the rootpw (#8541)
This commit is contained in:
parent
1d0b60c481
commit
c8475a8f8e
@ -68,7 +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
|
||||
$ (umask 077; echo 123 > 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
|
||||
|
Loading…
Reference in New Issue
Block a user