summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2021-05-26 23:54:43 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-02 23:32:34 +0100
commitb755468a742c28de41984164fdb7e084dba51ae4 (patch)
tree275a1bb5c266a6140f363f2ad498f61e3b0787fc /documentation
parent23ff556abefac3b3ad1a03543c1f5d93d055f8e2 (diff)
downloadpoky-b755468a742c28de41984164fdb7e084dba51ae4.tar.gz
Document erofs filesystem targets
(From yocto-docs rev: 94cbbec788660cc3b18232e2343ce6723942426c) Signed-off-by: Richard Weinberger <richard@nod.at> Reviewed-by: Quentin Schulz <foss@0leil.net> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/kickstart.rst8
-rw-r--r--documentation/ref-manual/variables.rst3
2 files changed, 8 insertions, 3 deletions
diff --git a/documentation/ref-manual/kickstart.rst b/documentation/ref-manual/kickstart.rst
index 8308ffff5b..a7443f9ea3 100644
--- a/documentation/ref-manual/kickstart.rst
+++ b/documentation/ref-manual/kickstart.rst
@@ -106,13 +106,15 @@ the ``part`` and ``partition`` commands:
106- ``--fstype``: Sets the file system type for the partition. Valid 106- ``--fstype``: Sets the file system type for the partition. Valid
107 values are: 107 values are:
108 108
109 - ``ext4`` 109 - ``btrfs``
110 110
111 - ``ext3`` 111 - ``erofs``
112 112
113 - ``ext2`` 113 - ``ext2``
114 114
115 - ``btrfs`` 115 - ``ext3``
116
117 - ``ext4``
116 118
117 - ``squashfs`` 119 - ``squashfs``
118 120
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index b179abf745..e2276e29e3 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -3279,6 +3279,9 @@ system and gives an overview of their function and contents.
3279 - cpio.lzma 3279 - cpio.lzma
3280 - cpio.xz 3280 - cpio.xz
3281 - cramfs 3281 - cramfs
3282 - erofs
3283 - erofs-lz4
3284 - erofs-lz4hc
3282 - ext2 3285 - ext2
3283 - ext2.bz2 3286 - ext2.bz2
3284 - ext2.gz 3287 - ext2.gz