diff --git a/src/Components/CreateImageWizard/formComponents/FileSystemConfiguration.js b/src/Components/CreateImageWizard/formComponents/FileSystemConfiguration.js
index d805660d..6626ef83 100644
--- a/src/Components/CreateImageWizard/formComponents/FileSystemConfiguration.js
+++ b/src/Components/CreateImageWizard/formComponents/FileSystemConfiguration.js
@@ -302,6 +302,12 @@ const FileSystemConfiguration = ({ ...props }) => {
return ;
}
+ const hasIsoTarget = () => {
+ const isoTarget =
+ getState().values['target-environment']?.['image-installer'];
+ return isoTarget;
+ };
+
return (
{() => (
@@ -355,6 +361,13 @@ const FileSystemConfiguration = ({ ...props }) => {
+ {hasIsoTarget() && (
+
+ )}