~ruther/guix-local

31b6cdf8d196f36790776f366868fe64932fa23d — Ludovic Courtès 10 years ago f94bf19
doc: Mention 'mkswap' during installation.

Reported by Thierry Micoud <thierrymicoud@gmail.com>.

* doc/guix.texi (Preparing for Installation): Mention 'mkswap'.
1 files changed, 9 insertions(+), 0 deletions(-)

M doc/guix.texi
M doc/guix.texi => doc/guix.texi +9 -0
@@ 6040,6 6040,15 @@ partition):
mount /dev/sda1 /mnt
@end example

Finally, if you plan to use one or more swap partitions (@pxref{Memory
Concepts, swap space,, libc, The GNU C Library Reference Manual}), make
sure to initialize them with @command{mkswap}.  Assuming you have one
swap partition on @file{/dev/sda2}, you would run:

@example
mkswap /dev/sda2
@end example

@node Proceeding with the Installation
@subsection Proceeding with the Installation