diff options
| -rw-r--r-- | doc/guix.texi | 13 |
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 | ||
| 2659 | Once you are done partitioning the target hard disk drive, you have to | 2659 | Once you are done partitioning the target hard disk drive, you have to |
| 2660 | create a file system on the relevant partition(s)@footnote{Currently | 2660 | create a file system on the relevant partition(s)@footnote{Currently |
| 2661 | Guix System supports only ext4, btrfs, bcachefs, JFS, F2FS, and XFS | 2661 | Guix System can mount only ext4, btrfs, JFS, F2FS, and XFS file systems |
| 2662 | file systems. In particular, code that reads file system UUIDs and | 2662 | at boot time. In particular, code that reads file system UUIDs and |
| 2663 | labels works only for these file system types. For bcachefs, also add | 2663 | labels works only for these file system types. The code for bcachefs is |
| 2664 | the @code{bcachefs-linux-module} to your @code{operating-system}'s | 2664 | in 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 | 2665 | initrd is not.}. |
| 2666 | @file{/dev/sda1}, run: | 2666 | |
| 2667 | For the ESP, if you have one and assuming it is @file{/dev/sda1}, run: | ||
| 2667 | 2668 | ||
| 2668 | @example | 2669 | @example |
| 2669 | mkfs.fat -F32 /dev/sda1 | 2670 | mkfs.fat -F32 /dev/sda1 |
