mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
system: Always create /var/empty.
* guix/build/install.scm (directives): Add /var/empty.
This commit is contained in:
parent
484a2b3a5a
commit
517830cc01
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ STORE."
|
|||
(directory "/var/log") ; for dmd
|
||||
(directory "/var/run/nscd")
|
||||
(directory "/var/guix/gcroots")
|
||||
(directory "/var/empty") ; for no-login accounts
|
||||
(directory "/run")
|
||||
("/var/guix/gcroots/booted-system" -> "/run/booted-system")
|
||||
("/var/guix/gcroots/current-system" -> "/run/current-system")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue