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
1 changed files with 1 additions and 0 deletions

View File

@ -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")