diff options
Diffstat (limited to 'guix/scripts/pack.scm')
-rw-r--r-- | guix/scripts/pack.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/scripts/pack.scm b/guix/scripts/pack.scm index fe4df042d7..7c5fe76fe0 100644 --- a/guix/scripts/pack.scm +++ b/guix/scripts/pack.scm @@ -493,7 +493,8 @@ added to the pack." "-p" "/proc d 555 0 0" "-p" "/sys d 555 0 0" "-p" "/dev d 555 0 0" - "-p" "/home d 555 0 0")) + "-p" "/home d 555 0 0" + "-p" "/tmp d 555 0 0")) (when database ;; Initialize /var/guix. |