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
|
@ -378,7 +378,8 @@ added to the pack."
|
|||
;; Create empty mount points.
|
||||
"-p" "/proc 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
|
||||
;; Initialize /var/guix.
|
||||
|
|
Loading…
Reference in New Issue