Skip to content

Commit

Permalink
Disable Kickstart remediation in partition_for_boot
Browse files Browse the repository at this point in the history
In rule partition_for_boot the kickstart remediation conflicts with
`bootprot --kickstart` command which we use in the generated kickstart
by default. This causes problems in some profiles for example RHEL 8
ANSSI where this conflict breaks the installation. We can disable
this remediation for this rule because the creation of the partition
is handled by the `bootprot --kickstart` command.
  • Loading branch information
jan-cerny committed Jul 29, 2024
1 parent a518d1d commit 13c8a39
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ template:
vars:
mountpoint: /boot
min_size: 1073741824
backends:
kickstart: "off"

0 comments on commit 13c8a39

Please sign in to comment.