summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/guix.texi13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 007cb285ced..86e072cf5e0 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2658,12 +2658,13 @@ bootloaders.
2658 2658
2659Once you are done partitioning the target hard disk drive, you have to 2659Once you are done partitioning the target hard disk drive, you have to
2660create a file system on the relevant partition(s)@footnote{Currently 2660create a file system on the relevant partition(s)@footnote{Currently
2661Guix System supports only ext4, btrfs, bcachefs, JFS, F2FS, and XFS 2661Guix System can mount only ext4, btrfs, JFS, F2FS, and XFS file systems
2662file systems. In particular, code that reads file system UUIDs and 2662at boot time. In particular, code that reads file system UUIDs and
2663labels works only for these file system types. For bcachefs, also add 2663labels works only for these file system types. The code for bcachefs is
2664the @code{bcachefs-linux-module} to your @code{operating-system}'s 2664in place, but support for loading out-of-tree kernel modules in the
2665@code{initrd-modules}.}. For the ESP, if you have one and assuming it is 2665initrd is not.}.
2666@file{/dev/sda1}, run: 2666
2667For the ESP, if you have one and assuming it is @file{/dev/sda1}, run:
2667 2668
2668@example 2669@example
2669mkfs.fat -F32 /dev/sda1 2670mkfs.fat -F32 /dev/sda1