diff --git a/rhel7/kickstart/ssg-rhel7-anssi_nt28_high-ks.cfg b/rhel7/kickstart/ssg-rhel7-anssi_nt28_high-ks.cfg index 71b9719a8bfc..63923fc6ef44 100644 --- a/rhel7/kickstart/ssg-rhel7-anssi_nt28_high-ks.cfg +++ b/rhel7/kickstart/ssg-rhel7-anssi_nt28_high-ks.cfg @@ -103,7 +103,7 @@ zerombr clearpart --linux --initlabel # Create primary system partitions (required for installs) -part /boot --fstype=xfs --size=512 --fsoptions="noauto" +part /boot --fstype=xfs --size=512 part pv.01 --grow --size=1 # Create a Logical Volume Management (LVM) group (optional) diff --git a/rhel8/kickstart/ssg-rhel8-anssi_bp28_high-ks.cfg b/rhel8/kickstart/ssg-rhel8-anssi_bp28_high-ks.cfg index cf2f392a51f6..702f23d4dc60 100644 --- a/rhel8/kickstart/ssg-rhel8-anssi_bp28_high-ks.cfg +++ b/rhel8/kickstart/ssg-rhel8-anssi_bp28_high-ks.cfg @@ -103,7 +103,7 @@ zerombr clearpart --linux --initlabel # Create primary system partitions (required for installs) -part /boot --fstype=xfs --size=512 --fsoptions="noauto" +part /boot --fstype=xfs --size=512 part pv.01 --grow --size=1 # Create a Logical Volume Management (LVM) group (optional)