From d67b9beac912cf719426e9b84809baa06e9d03b6 Mon Sep 17 00:00:00 2001 From: Mark Horn Date: Fri, 28 Feb 2020 17:42:17 -0800 Subject: [PATCH] Note support for f2fs for clr-installer (#1056) Support for f2fs file system type was enabled in the clr-installer release 2.4.1. https://github.com/clearlinux/clr-installer/pull/654 Signed-off-by: Mark D Horn --- source/get-started/bare-metal-install-desktop.rst | 4 ++-- source/get-started/bare-metal-install-server.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/get-started/bare-metal-install-desktop.rst b/source/get-started/bare-metal-install-desktop.rst index 7cab985d..f2ebba05 100644 --- a/source/get-started/bare-metal-install-desktop.rst +++ b/source/get-started/bare-metal-install-desktop.rst @@ -380,7 +380,7 @@ root partition * :guilabel:`New size:` * :guilabel:`Partition name:` CLR_ROOT - * :guilabel:`File system:` ext[234] or XFS + * :guilabel:`File system:` ext[234], XFS, or f2fs * :guilabel:`Label:` root .. figure:: /_figures/bare-metal-install-desktop/bare-metal-install-desktop-14.png @@ -648,7 +648,7 @@ Create partitions per requirements in Table 1. - - 256MB - * - **ext[234] or XFS** + * - **ext[234], XFS, or f2fs** - root - / - *Size depends upon use case/desired bundles.* diff --git a/source/get-started/bare-metal-install-server.rst b/source/get-started/bare-metal-install-server.rst index 521b576e..40161bfd 100644 --- a/source/get-started/bare-metal-install-server.rst +++ b/source/get-started/bare-metal-install-server.rst @@ -353,7 +353,7 @@ root partition #. Enter the hex code `8300` and press :kbd:`Enter`. #. In :guilabel:`Enter new partition name...`, type: CLR_ROOT. - The `/root` partition must be `ext[234]` or `XFS`. + The `/root` partition must be `ext[234]`, `XFS`, or `f2fs`. If no filesystem exists, the installer will default to `VFAT(FAT32)` for `/boot`, and `ext4` for all others. @@ -921,7 +921,7 @@ Create partitions per requirements in Table 1. - - 256MB - * - ``ext[234] or XFS`` + * - ``ext[234], `XFS`, or f2fs`` - root - / - *Size depends upon use case/desired bundles.*