Skip to content

Commit f714f2a

Browse files
committed
wip: use reqpart in rhel8 stig
1 parent 99775cc commit f714f2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

products/rhel8/kickstart/ssg-rhel8-stig-ks.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ zerombr
9090
clearpart --linux --initlabel
9191

9292
# Create primary system partitions (required for installs)
93-
part /boot --fstype=xfs --size=1024 --fsoptions="nodev,nosuid,noexec"
93+
reqpart --add-boot
9494
part pv.01 --grow --size=1
9595

9696
# Create a Logical Volume Management (LVM) group (optional)
9797
volgroup VolGroup pv.01
9898

9999
# Create particular logical volumes (optional)
100-
logvol / --fstype=xfs --name=root --vgname=VolGroup --size=10240 --grow
100+
logvol / --fstype=xfs --name=root --vgname=VolGroup --size=5120 --grow
101101
# Ensure /home Located On Separate Partition
102102
logvol /home --fstype=xfs --name=home --vgname=VolGroup --size=1024 --fsoptions="nodev"
103103
# Ensure /tmp Located On Separate Partition

0 commit comments

Comments
 (0)