jmd pushed a commit to branch wip-installer
in repository guix.
commit 5e850492fb1c1f425f099a6cd59b50e80ddf9484
Author: Ludovic Courtès <[email protected]>
Date: Mon Dec 19 14:55:31 2016 +0100
doc: Mention 'swapon'.
Suggested by David Braun <[email protected]>
at <https://lists.gnu.org/archive/html/guix-devel/2016-12/msg00744.html>.
* doc/guix.texi (Preparing for Installation): Add 'swapon'.
---
doc/guix.texi | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/guix.texi b/doc/guix.texi
index 99bde4a..e3c4524 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