summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-12-19 14:55:31 +0100
committerLudovic Courtès <ludo@gnu.org>2016-12-19 17:51:00 +0100
commitb2ff76a0106a4f5a91c63d75627b64a53b7b31d4 (patch)
tree6f23412353da726fe7d21d103fb703576020339a
parent43686dcb2f99b2700255de7f4eedd608f6847078 (diff)
doc: Mention 'swapon'.
Suggested by David Braun <Guix-box@snkmail.com> at <https://lists.gnu.org/archive/html/guix-devel/2016-12/msg00744.html>. * doc/guix.texi (Preparing for Installation): Add 'swapon'.
-rw-r--r--doc/guix.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 99bde4aca3..e3c4524b21 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -6868,6 +6868,7 @@ swap partition on @file{/dev/sda2}, you would run:
@example
mkswap /dev/sda2
+swapon /dev/sda2
@end example
@node Proceeding with the Installation