doc: Suggest unpacking the binary tarball in /tmp.
Suggested by Thomas Schwinge <thomas@codesourcery.com> and others. * doc/guix.texi (Binary Installation): Suggest unpacking in /tmp rather than /.
This commit is contained in:
parent
7acd3439ea
commit
5dc42964a7
|
@ -280,8 +280,9 @@ kernel Linux, and so on.
|
||||||
As @code{root}, run:
|
As @code{root}, run:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
# cd /
|
# cd /tmp
|
||||||
# tar xf guix-binary-@value{VERSION}.@var{system}.tar.xz
|
# tar xf guix-binary-@value{VERSION}.@var{system}.tar.xz
|
||||||
|
# mv var/guix /var/ && mv gnu /
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
This creates @file{/gnu/store} (@pxref{The Store}) and @file{/var/guix}.
|
This creates @file{/gnu/store} (@pxref{The Store}) and @file{/var/guix}.
|
||||||
|
|
Loading…
Reference in New Issue