system: Always create /var/empty.

* guix/build/install.scm (directives): Add /var/empty.
This commit is contained in:
Ludovic Courtès 2014-05-24 17:53:30 +02:00
parent 484a2b3a5a
commit 517830cc01

View file

@ -78,6 +78,7 @@ (define (directives 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")