Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Updated profile level in comments of respective kickstart files

Co-authored-by: vojtapolasek <krecoun@gmail.com>
  • Loading branch information
marcusburghardt and vojtapolasek committed Jul 18, 2023
1 parent 31f07ef commit 0e4ebd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion products/rhel9/kickstart/ssg-rhel9-ccn_basic-ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ logvol /var/log --fstype=xfs --name=varlog --vgname=VolGroup --size=1024
logvol /var/log/audit --fstype=xfs --name=varlogaudit --vgname=VolGroup --size=512
logvol swap --name=swap --vgname=VolGroup --size=2016

# Harden installation with CCN profile (Advanced)
# Harden installation with CCN profile (Basic)
# For more details and configuration options see
# https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/performing_an_advanced_rhel_installation/index#addon-org_fedora_oscap_kickstart-commands-for-addons-supplied-with-the-rhel-installation-program
%addon com_redhat_oscap
Expand Down
2 changes: 1 addition & 1 deletion products/rhel9/kickstart/ssg-rhel9-ccn_intermediate-ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ logvol /var/log --fstype=xfs --name=varlog --vgname=VolGroup --size=1024
logvol /var/log/audit --fstype=xfs --name=varlogaudit --vgname=VolGroup --size=512
logvol swap --name=swap --vgname=VolGroup --size=2016

# Harden installation with CCN profile (Advanced)
# Harden installation with CCN profile (Intermediate)
# For more details and configuration options see
# https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/performing_an_advanced_rhel_installation/index#addon-org_fedora_oscap_kickstart-commands-for-addons-supplied-with-the-rhel-installation-program
%addon com_redhat_oscap
Expand Down

0 comments on commit 0e4ebd7

Please sign in to comment.