M doc/guix.texi => doc/guix.texi +0 -6
@@ 265,12 265,6 @@ is @code{x86_64-linux} for an @code{x86_64} machine already running the
kernel Linux, and so on.
@item
-Create the group and user accounts for build users as explained below
-(@pxref{Build Environment Setup}). Use the exact same names as given in
-the example so that files extracted from the archive will have the right
-ownership.
-
-@item
As @code{root}, run:
@example
M gnu/system/install.scm => gnu/system/install.scm +2 -6
@@ 67,14 67,10 @@ under /root/.guix-profile where GUIX is installed."
#:closure "profile")
;; Create the tarball. Use GNU format so there's no file name
- ;; length limitation. Use the owner and group names given in the
- ;; manual.
- ;; XXX: /var and /root should rather be root-owned, but it doesn't
- ;; make any difference in practice.
+ ;; length limitation.
(with-directory-excursion %root
(zero? (system* "tar" "--xz" "--format=gnu"
- "--owner=guixbuilder01"
- "--group=guixbuild"
+ "--owner=root:0" "--group=root:0"
"-cvf" #$output ".")))))
(gexp->derivation "guix-tarball.tar.xz" build