summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2026-03-29 01:00:00 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2026-03-29 01:00:00 +0100
commitcd2d52bce2a89f5c3243d78979adbba7e00d3c55 (patch)
tree85469b423d179d8362668d6cf49f5848fee63274 /doc
parent26cb472c04dd7da3503f177ca428691b14f79907 (diff)
doc: Add bcachefs to supported file systems footnote.
* doc/guix.texi (Keyboard Layout and Networking and Partitioning): Mention bcachefs as supported, provided you load the module. Change-Id: Iaadea6b2aabda2b803e1053b6d6195ad186d2e5c
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index a0c53e7d8e4..ffbd1257e53 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2658,9 +2658,11 @@ 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 only supports ext4, btrfs, JFS, F2FS, and XFS file systems. In 2661Guix System supports only ext4, btrfs, bcachefs, JFS, F2FS, and XFS
2662particular, code that reads file system UUIDs and labels only works for these 2662file systems. In particular, code that reads file system UUIDs and
2663file system types.}. For the ESP, if you have one and assuming it is 2663labels works only for these file system types. For bcachefs, also add
2664the @code{bcachefs-linux-module} to your @code{operating-system}'s
2665@code{initrd-modules}.}. For the ESP, if you have one and assuming it is
2664@file{/dev/sda1}, run: 2666@file{/dev/sda1}, run:
2665 2667
2666@example 2668@example