Message ID | 20220329103941.52651-1-daniel.ammann@bytesatwork.ch |
---|---|
State | Accepted |
Commit | 6e09a7eb190c412fa282bde128a6f8f1b24fd713 |
Headers | show |
Series | ref-manual: Add vfat in list of filesystems supported by kickstart | expand |
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.
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
Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch> --- documentation/ref-manual/kickstart.rst | 2 ++ 1 file changed, 2 insertions(+)