install: Make /var/db and /mnt.

* guix/build/install.scm (directives): Add /var/db and /mnt.
This commit is contained in:
Ludovic Courtès 2014-07-13 16:35:24 +02:00
parent 8e42796bdc
commit 3485716fd9

View file

@ -81,8 +81,10 @@ (define (directives store)
(directory "/var/log") ; for dmd
(directory "/var/guix/gcroots")
(directory "/var/empty") ; for no-login accounts
(directory "/var/db") ; for dhclient, etc.
(directory "/var/run")
(directory "/run")
(directory "/mnt")
(directory "/var/guix/profiles/per-user/root" 0 0)
;; Link to the initial system generation.