mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
pack: Create an empty /home directory for '-f squashfs'.
Fixes <https://bugs.gnu.org/34914>. * guix/scripts/pack.scm (squashfs-image)[build]: Pass "-p /home d 555 0 0".
This commit is contained in:
parent
427c87d0bd
commit
6c5e618ca0
1 changed files with 2 additions and 1 deletions
|
@ -378,7 +378,8 @@ (define database #+database)
|
||||||
;; Create empty mount points.
|
;; Create empty mount points.
|
||||||
"-p" "/proc d 555 0 0"
|
"-p" "/proc d 555 0 0"
|
||||||
"-p" "/sys d 555 0 0"
|
"-p" "/sys d 555 0 0"
|
||||||
"-p" "/dev d 555 0 0"))
|
"-p" "/dev d 555 0 0"
|
||||||
|
"-p" "/home d 555 0 0"))
|
||||||
|
|
||||||
(when database
|
(when database
|
||||||
;; Initialize /var/guix.
|
;; Initialize /var/guix.
|
||||||
|
|
Loading…
Reference in a new issue