HACKING: small umask tweak for the rootpw (#8541)

This commit is contained in:
Lennart Poettering 2018-03-22 15:36:01 +01:00 committed by GitHub
parent 1d0b60c481
commit c8475a8f8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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