diff options
author | Dennis Eriksen <d@ennis.no> | 2020-11-10 11:53:38 +0100 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2020-11-10 11:53:38 +0100 |
commit | df4d006979814708c6f976cd74fb56f8d2d7259b (patch) | |
tree | 03c66e28c29ed18a6aba3ca59975fc25d31ff804 | |
parent | Revert "latest version of filebin requires go1.13, which is newer than what u... (diff) | |
download | mkosi-filebin-df4d006979814708c6f976cd74fb56f8d2d7259b.tar.gz |
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | mkosi.nspawn | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -1,2 +1,5 @@ # mkosi cache mkosi.cache/* + +# machine-id +mkosi.extra/etc/machine-id diff --git a/mkosi.nspawn b/mkosi.nspawn index 260f654..5715b46 100644 --- a/mkosi.nspawn +++ b/mkosi.nspawn @@ -4,6 +4,7 @@ ResolvConf=copy-host Timezone=copy PrivateUsers=pick NoNewPrivileges=yes +LinkJournal=try-host [Files] PrivateUsersChown=yes |