system: Always create /var/empty.
* guix/build/install.scm (directives): Add /var/empty.
This commit is contained in:
parent
484a2b3a5a
commit
517830cc01
|
@ -78,6 +78,7 @@ 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 New Issue