Skip to content

Commit

Permalink
remove noauto for boot partition from test kickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtapolasek committed Jan 27, 2021
1 parent 389d33a commit a450b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kickstarts/test_suite.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ zerombr
clearpart --linux --initlabel

# Create primary system partitions (required for installs)
part /boot --fstype=xfs --size=512 --fsoptions="noauto,nosuid,noexec"
part /boot --fstype=xfs --size=512 --fsoptions="nosuid,noexec"
part pv.01 --grow --size=1

# Create a Logical Volume Management (LVM) group (optional)
Expand Down

0 comments on commit a450b0d

Please sign in to comment.