fix: mount race condition of patos-state
This commit is contained in:
parent
a3aab1ea5c
commit
ca54cefe36
3 changed files with 17 additions and 9 deletions
systemd
|
@ -305,7 +305,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
(lib.mesonBool "utmp" true)
|
||||
(lib.mesonBool "log-trace" true)
|
||||
|
||||
(lib.mesonBool "kernel-install" true)
|
||||
(lib.mesonBool "kernel-install" false)
|
||||
(lib.mesonBool "quotacheck" false)
|
||||
(lib.mesonBool "ldconfig" false)
|
||||
(lib.mesonBool "install-sysconfdir" true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue