summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/kickstart.rst
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/ref-manual/kickstart.rst
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/ref-manual/kickstart.rst')
-rw-r--r--documentation/ref-manual/kickstart.rst8
1 files changed, 5 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