mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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 @@ (define (directives store)
|
||||||
(directory "/var/log") ; for dmd
|
(directory "/var/log") ; for dmd
|
||||||
(directory "/var/run/nscd")
|
(directory "/var/run/nscd")
|
||||||
(directory "/var/guix/gcroots")
|
(directory "/var/guix/gcroots")
|
||||||
|
(directory "/var/empty") ; for no-login accounts
|
||||||
(directory "/run")
|
(directory "/run")
|
||||||
("/var/guix/gcroots/booted-system" -> "/run/booted-system")
|
("/var/guix/gcroots/booted-system" -> "/run/booted-system")
|
||||||
("/var/guix/gcroots/current-system" -> "/run/current-system")
|
("/var/guix/gcroots/current-system" -> "/run/current-system")
|
||||||
|
|
Loading…
Reference in a new issue