summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/build/activation.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/build/activation.scm b/gnu/build/activation.scm
index 10aa58d85cf..7dc40b09612 100644
--- a/gnu/build/activation.scm
+++ b/gnu/build/activation.scm
@@ -233,6 +233,9 @@ numeric gid or #f."
233 ;; 'groupadd' aborts if the file doesn't already exist. 233 ;; 'groupadd' aborts if the file doesn't already exist.
234 (touch "/etc/group") 234 (touch "/etc/group")
235 235
236 ;; Allow home directories to be created under /var/lib.
237 (mkdir "/var/lib")
238
236 ;; Create the root account so we can use 'useradd' and 'groupadd'. 239 ;; Create the root account so we can use 'useradd' and 'groupadd'.
237 (activate-user (find (match-lambda 240 (activate-user (find (match-lambda
238 ((name (? zero?) _ ...) #t) 241 ((name (? zero?) _ ...) #t)