aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Thiessard <htsr@pm.me>2020-12-06 19:04:29 +0000
committerTobias Geerinckx-Rice <me@tobias.gr>2020-12-07 00:38:44 +0100
commita889e6a9bfb35641ef66950df414145bb92fa938 (patch)
tree9d43f71a9f5a9f225dea2b2b06eefe1c2404b674 /doc
parentc7fcd248c222cd35fb6da082239d8c5b1d36b014 (diff)
downloadguix-a889e6a9bfb35641ef66950df414145bb92fa938.tar
guix-a889e6a9bfb35641ef66950df414145bb92fa938.tar.gz
doc: Document Guix System F2FS root support.
* doc/guix.texi (Keyboard Layout and Networking and Partitioning): Add F2FS to the footnote of Guix System's supported root file systems. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index b7187963b7..7e1b782ab6 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2383,9 +2383,9 @@ bootloaders.
Once you are done partitioning the target hard disk drive, you have to
create a file system on the relevant partition(s)@footnote{Currently
-Guix System only supports ext4, btrfs, and JFS file systems. In particular,
-code that reads file system UUIDs and labels only works for these file system
-types.}. For the ESP, if you have one and assuming it is
+Guix System only supports ext4, btrfs, JFS, and F2FS file systems. In
+particular, code that reads file system UUIDs and labels only works for these
+file system types.}. For the ESP, if you have one and assuming it is
@file{/dev/sda1}, run:
@example