From 3e0f62bcaba415e0b6cfe3b401c008b619059256 Mon Sep 17 00:00:00 2001 From: Vojtech Polasek Date: Thu, 28 Jan 2021 10:46:47 +0100 Subject: [PATCH] remove "noauto" option from boot partition in anssi kickstarts --- rhel7/kickstart/ssg-rhel7-anssi_nt28_high-ks.cfg | 2 +- rhel8/kickstart/ssg-rhel8-anssi_bp28_high-ks.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)