diff options
author | Daniel Ammann <daniel.ammann@bytesatwork.ch> | 2022-03-29 12:39:41 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-31 11:46:03 +0100 |
commit | e16ad94999e981564102362953200f99a27dd1e2 (patch) | |
tree | af9dc2ab5bbb9a49be45d7681118d326a924d3da /documentation/ref-manual | |
parent | b60b432d2c9c84d1b357b57057ac2fe0b49f4808 (diff) | |
download | poky-e16ad94999e981564102362953200f99a27dd1e2.tar.gz |
ref-manual: Add vfat in list of filesystems supported by kickstart
(From yocto-docs rev: 6e09a7eb190c412fa282bde128a6f8f1b24fd713)
Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/kickstart.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/ref-manual/kickstart.rst b/documentation/ref-manual/kickstart.rst index 885c721297..d82da0ee75 100644 --- a/documentation/ref-manual/kickstart.rst +++ b/documentation/ref-manual/kickstart.rst | |||
@@ -125,6 +125,8 @@ the ``part`` and ``partition`` commands: | |||
125 | 125 | ||
126 | - ``swap`` | 126 | - ``swap`` |
127 | 127 | ||
128 | - ``vfat`` | ||
129 | |||
128 | - ``--fsoptions``: Specifies a free-form string of options to be used | 130 | - ``--fsoptions``: Specifies a free-form string of options to be used |
129 | when mounting the filesystem. This string is copied into the | 131 | when mounting the filesystem. This string is copied into the |
130 | ``/etc/fstab`` file of the installed system and should be enclosed in | 132 | ``/etc/fstab`` file of the installed system and should be enclosed in |