guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: pack: Create an empty /home directory for '-f squashfs'.


From: guix-commits
Subject: 02/04: pack: Create an empty /home directory for '-f squashfs'.
Date: Tue, 19 Mar 2019 06:30:42 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 6c5e618ca004d3714d9de7676f2a984735bfe17b
Author: Ludovic Courtès <address@hidden>
Date:   Tue Mar 19 11:14:39 2019 +0100

    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".
---
 guix/scripts/pack.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/scripts/pack.scm b/guix/scripts/pack.scm
index 8685ba1..e5502ef 100644
--- a/guix/scripts/pack.scm
+++ b/guix/scripts/pack.scm
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]