[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: Revert "doc: Suggest how to preserve /var and /root owner and per
From: |
Mark H. Weaver |
Subject: |
02/02: Revert "doc: Suggest how to preserve /var and /root owner and permissions." |
Date: |
Wed, 20 May 2015 17:07:07 +0000 |
mhw pushed a commit to branch master
in repository guix.
commit b91d7f0f47cab7bb16ac14486d2e4fee8112c63c
Author: Mark H Weaver <address@hidden>
Date: Wed May 20 13:00:21 2015 -0400
Revert "doc: Suggest how to preserve /var and /root owner and permissions."
This reverts commit 8c3a5d7059a24e9c6d7bf14be296169cdcf06ad6, which is no
longer needed due to commit b2a5fa594e66b9d929df11fc7a38e4b367a00a5e.
---
doc/guix.texi | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 9b2e367..2e245bf 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -274,18 +274,12 @@ As @code{root}, run:
@example
# cd /
-# tar --skip-old-files -xf \
- address@hidden@var{system}.tar.xz
+# tar xf address@hidden@var{system}.tar.xz
@end example
This creates @file{/gnu/store} (@pxref{The Store}), @file{/var/guix},
and @file{/root/.guix-profile}. @file{/root/.guix-profile} is a
ready-to-use profile for @code{root} where Guix is installed.
address@hidden '--skip-old-files' does the right thing with tar 1.28. The
manual
address@hidden does not clearly document the behavior we describe here, though.
-The @code{--skip-old-files} option allows you to make sure the owner and
-permissions on @file{/var} and @file{/root} are preserved (@pxref{Option
-Summary, @code{--skip-old-files},, tar, GNU tar: an archiver tool}).
Do @emph{not} unpack the tarball on a working Guix system since that
would overwrite its own essential files.