Skip to content
Snippets Groups Projects
Commit 3485716f authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

install: Make /var/db and /mnt.

* guix/build/install.scm (directives): Add /var/db and /mnt.
parent 8e42796b
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment