mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
install: Make /var/db and /mnt.
* guix/build/install.scm (directives): Add /var/db and /mnt.
This commit is contained in:
parent
8e42796bdc
commit
3485716fd9
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue