Skip to content

Commit

Permalink
Merge pull request ComplianceAsCode#6575 from vojtapolasek/remove_noa…
Browse files Browse the repository at this point in the history
…uto_from_anssi_kickstart

remove "noauto" option from boot partition in anssi kickstarts
  • Loading branch information
yuumasato authored Jan 28, 2021
2 parents 3ada19b + 3e0f62b commit 62891d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rhel7/kickstart/ssg-rhel7-anssi_nt28_high-ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion rhel8/kickstart/ssg-rhel8-anssi_bp28_high-ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 62891d9

Please sign in to comment.