doc: Mention 'swapon'.
authorLudovic Courtès <ludo@gnu.org>
Mon, 19 Dec 2016 13:55:31 +0000 (14:55 +0100)
committerLudovic Courtès <ludo@gnu.org>
Mon, 19 Dec 2016 16:51:00 +0000 (17:51 +0100)
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'.

doc/guix.texi

index 99bde4a..e3c4524 100644 (file)
@@ -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