ref-manual: Add vfat in list of filesystems supported by kickstart

Message ID 20220329103941.52651-1-daniel.ammann@bytesatwork.ch
State New
Headers show
Series ref-manual: Add vfat in list of filesystems supported by kickstart | expand

Commit Message

Daniel Ammann March 29, 2022, 10:39 a.m. UTC
Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch>
---
 documentation/ref-manual/kickstart.rst | 2 ++
 1 file changed, 2 insertions(+)

Comments

Michael Opdenacker March 29, 2022, 4:56 p.m. UTC | #1
Hi Daniel

On 3/29/22 12:39, Daniel Ammann wrote:
> Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch>
> ---
>  documentation/ref-manual/kickstart.rst | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/documentation/ref-manual/kickstart.rst b/documentation/ref-manual/kickstart.rst
> index 885c72129..d82da0ee7 100644
> --- a/documentation/ref-manual/kickstart.rst
> +++ b/documentation/ref-manual/kickstart.rst
> @@ -125,6 +125,8 @@ the ``part`` and ``partition`` commands:
>  
>     -  ``swap``
>  
> +   -  ``vfat``
> +
>  -  ``--fsoptions``: Specifies a free-form string of options to be used
>     when mounting the filesystem. This string is copied into the
>     ``/etc/fstab`` file of the installed system and should be enclosed in


Good catch here too. Thanks for the patch!
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
... and merged into master-next.

Thanks again!
Michael.

Patch

diff --git a/documentation/ref-manual/kickstart.rst b/documentation/ref-manual/kickstart.rst
index 885c72129..d82da0ee7 100644
--- a/documentation/ref-manual/kickstart.rst
+++ b/documentation/ref-manual/kickstart.rst
@@ -125,6 +125,8 @@  the ``part`` and ``partition`` commands:
 
    -  ``swap``
 
+   -  ``vfat``
+
 -  ``--fsoptions``: Specifies a free-form string of options to be used
    when mounting the filesystem. This string is copied into the
    ``/etc/fstab`` file of the installed system and should be enclosed in