mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
doc: Mention 'mkswap' during installation.
Reported by Thierry Micoud <thierrymicoud@gmail.com>. * doc/guix.texi (Preparing for Installation): Mention 'mkswap'.
This commit is contained in:
parent
f94bf1983b
commit
31b6cdf8d1
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue