diff --git a/src/Components/CreateImageWizardV2/steps/FileSystem/FileSystemConfiguration.tsx b/src/Components/CreateImageWizardV2/steps/FileSystem/FileSystemConfiguration.tsx index 9a1e6162..481a1654 100644 --- a/src/Components/CreateImageWizardV2/steps/FileSystem/FileSystemConfiguration.tsx +++ b/src/Components/CreateImageWizardV2/steps/FileSystem/FileSystemConfiguration.tsx @@ -173,20 +173,27 @@ const Row = ({ partition }: RowPropTypes) => { return ( - + - - - - xfs - + {partition.mountpoint !== '/' && + !partition.mountpoint.startsWith('/boot') && + !partition.mountpoint.startsWith('/usr') ? ( + + + + ) : ( + + )} + + xfs + - + - +