Skip to content

Commit 121197f

Browse files
committed
Anaconda moved to pykickstart.
Signed-off-by: Thomas Sjögren <[email protected]>
1 parent be1b561 commit 121197f

16 files changed

+40
-40
lines changed

rhel6/kickstart/ssg-rhel6-pci-dss-with-gui-ks.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Date: 2015-04-11
44
#
55
# Based on:
6-
# http://fedoraproject.org/wiki/Anaconda/Kickstart
6+
# https://pykickstart.readthedocs.io/en/latest/
77
# https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/s1-kickstart2-options.html
88
# http://usgcb.nist.gov/usgcb/content/configuration/workstation-ks.cfg
99

@@ -55,7 +55,7 @@ network --onboot yes --device eth0 --bootproto dhcp --noipv6
5555

5656
# Set the system's root password (required)
5757
# Plaintext password is: server
58-
# Refer to e.g. http://fedoraproject.org/wiki/Anaconda/Kickstart#rootpw to see how to create
58+
# Refer to e.g. https://pykickstart.readthedocs.io/en/latest/commands.html#rootpw to see how to create
5959
# encrypted password form for different plaintext password
6060
rootpw --iscrypted $6$rhel6usgcb$aS6oPGXcPKp3OtFArSrhRwu6sN8q2.yEGY7AIwDOQd23YCtiz9c5mXbid1BzX9bmXTEZi.hCzTEXFosVBI5ng0
6161

@@ -79,7 +79,7 @@ timezone --utc America/New_York
7979

8080
# Specify how the bootloader should be installed (required)
8181
# Plaintext password is: password
82-
# Refer to e.g. http://fedoraproject.org/wiki/Anaconda/Kickstart#rootpw to see how to create
82+
# Refer to e.g. https://pykickstart.readthedocs.io/en/latest/commands.html#rootpw to see how to create
8383
# encrypted password form for different plaintext password
8484
bootloader --location=mbr --append="crashkernel=auto rhgb quiet" --password=$6$rhel6usgcb$kOzIfC4zLbuo3ECp1er99NRYikN419wxYMmons8Vm/37Qtg0T8aB9dKxHwqapz8wWAFuVkuI/UJqQBU92bA5C0
8585

rhel6/kickstart/ssg-rhel6-stig-ks.cfg

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Date: 2015-04-08
44
#
55
# Based on:
6-
# http://fedoraproject.org/wiki/Anaconda/Kickstart
6+
# https://pykickstart.readthedocs.io/en/latest/
77
# https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/s1-kickstart2-options.html
88
# http://usgcb.nist.gov/usgcb/content/configuration/workstation-ks.cfg
99
#
@@ -58,7 +58,7 @@ network --onboot yes --device eth0 --bootproto dhcp --noipv6
5858

5959
# Set the system's root password (required)
6060
# Plaintext password is: server
61-
# Refer to e.g. http://fedoraproject.org/wiki/Anaconda/Kickstart#rootpw to see how to create
61+
# Refer to e.g. https://pykickstart.readthedocs.io/en/latest/commands.html#rootpw to see how to create
6262
# encrypted password form for different plaintext password
6363
rootpw --iscrypted $6$rhel6usgcb$aS6oPGXcPKp3OtFArSrhRwu6sN8q2.yEGY7AIwDOQd23YCtiz9c5mXbid1BzX9bmXTEZi.hCzTEXFosVBI5ng0
6464

@@ -82,7 +82,7 @@ timezone --utc America/New_York
8282

8383
# Specify how the bootloader should be installed (required)
8484
# Plaintext password is: password
85-
# Refer to e.g. http://fedoraproject.org/wiki/Anaconda/Kickstart#rootpw to see how to create
85+
# Refer to e.g. https://pykickstart.readthedocs.io/en/latest/commands.html#rootpw to see how to create
8686
# encrypted password form for different plaintext password
8787
bootloader --location=mbr --append="crashkernel=auto rhgb quiet" --password=$6$rhel6usgcb$kOzIfC4zLbuo3ECp1er99NRYikN419wxYMmons8Vm/37Qtg0T8aB9dKxHwqapz8wWAFuVkuI/UJqQBU92bA5C0
8888

@@ -91,7 +91,7 @@ zerombr
9191

9292
# The following partition layout scheme assumes disk of size 20GB or larger
9393
# Modify size of partitions appropriately to reflect actual machine's hardware
94-
#
94+
#
9595
# Remove Linux partitions from the system prior to creating new ones (optional)
9696
# --linux erase all Linux partitions
9797
# --initlabel initialize the disk label to the default based on the underlying architecture

rhel6/kickstart/ssg-rhel6-usgcb-server-with-gui-ks.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Date: 2014-10-23
44
#
55
# Based on:
6-
# http://fedoraproject.org/wiki/Anaconda/Kickstart
6+
# https://pykickstart.readthedocs.io/en/latest/
77
# https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/s1-kickstart2-options.html
88
# http://usgcb.nist.gov/usgcb/content/configuration/workstation-ks.cfg
99

@@ -48,7 +48,7 @@ network --onboot yes --device eth0 --bootproto dhcp --noipv6
4848

4949
# Set the system's root password (required)
5050
# Plaintext password is: server
51-
# Refer to e.g. http://fedoraproject.org/wiki/Anaconda/Kickstart#rootpw to see how to create
51+
# Refer to e.g. https://pykickstart.readthedocs.io/en/latest/commands.html#rootpw to see how to create
5252
# encrypted password form for different plaintext password
5353
rootpw --iscrypted $6$rhel6usgcb$aS6oPGXcPKp3OtFArSrhRwu6sN8q2.yEGY7AIwDOQd23YCtiz9c5mXbid1BzX9bmXTEZi.hCzTEXFosVBI5ng0
5454

@@ -72,7 +72,7 @@ timezone --utc America/New_York
7272

7373
# Specify how the bootloader should be installed (required)
7474
# Plaintext password is: password
75-
# Refer to e.g. http://fedoraproject.org/wiki/Anaconda/Kickstart#rootpw to see how to create
75+
# Refer to e.g. https://pykickstart.readthedocs.io/en/latest/commands.html#rootpw to see how to create
7676
# encrypted password form for different plaintext password
7777
bootloader --location=mbr --append="crashkernel=auto rhgb quiet" --password=$6$rhel6usgcb$kOzIfC4zLbuo3ECp1er99NRYikN419wxYMmons8Vm/37Qtg0T8aB9dKxHwqapz8wWAFuVkuI/UJqQBU92bA5C0
7878

rhel7/kickstart/ssg-rhel7-cis-ks.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Date: 2020-03-30
44
#
55
# Based on:
6-
# http://fedoraproject.org/wiki/Anaconda/Kickstart
6+
# https://pykickstart.readthedocs.io/en/latest/
77
# https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Installation_Guide/sect-kickstart-syntax.html
88

99
# Install a fresh new system (optional)
@@ -57,7 +57,7 @@ network --onboot yes --device eth0 --bootproto dhcp --noipv6
5757

5858
# Set the system's root password (required)
5959
# Plaintext password is: server
60-
# Refer to e.g. http://fedoraproject.org/wiki/Anaconda/Kickstart#rootpw to see how to create
60+
# Refer to e.g. https://pykickstart.readthedocs.io/en/latest/commands.html#rootpw to see how to create
6161
# encrypted password form for different plaintext password
6262
rootpw --iscrypted $6$rhel6usgcb$aS6oPGXcPKp3OtFArSrhRwu6sN8q2.yEGY7AIwDOQd23YCtiz9c5mXbid1BzX9bmXTEZi.hCzTEXFosVBI5ng0
6363

@@ -86,7 +86,7 @@ timezone --utc America/New_York
8686

8787
# Specify how the bootloader should be installed (required)
8888
# Plaintext password is: password
89-
# Refer to e.g. http://fedoraproject.org/wiki/Anaconda/Kickstart#rootpw to see how to create
89+
# Refer to e.g. https://pykickstart.readthedocs.io/en/latest/commands.html#rootpw to see how to create
9090
# encrypted password form for different plaintext password
9191
bootloader --location=mbr --append="crashkernel=auto rhgb quiet" --password=$6$rhel6usgcb$kOzIfC4zLbuo3ECp1er99NRYikN419wxYMmons8Vm/37Qtg0T8aB9dKxHwqapz8wWAFuVkuI/UJqQBU92bA5C0
9292

rhel7/kickstart/ssg-rhel7-e8-ks.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Date: 2019-11-13
44
#
55
# Based on:
6-
# http://fedoraproject.org/wiki/Anaconda/Kickstart
6+
# https://pykickstart.readthedocs.io/en/latest/
77
# https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Installation_Guide/sect-kickstart-syntax.html
88

99
# Install a fresh new system (optional)
@@ -57,7 +57,7 @@ network --onboot yes --device eth0 --bootproto dhcp --noipv6
5757

5858
# Set the system's root password (required)
5959
# Plaintext password is: server
60-
# Refer to e.g. http://fedoraproject.org/wiki/Anaconda/Kickstart#rootpw to see how to create
60+
# Refer to e.g. https://pykickstart.readthedocs.io/en/latest/commands.html#rootpw to see how to create
6161
# encrypted password form for different plaintext password
6262
rootpw --iscrypted $6$rhel6usgcb$aS6oPGXcPKp3OtFArSrhRwu6sN8q2.yEGY7AIwDOQd23YCtiz9c5mXbid1BzX9bmXTEZi.hCzTEXFosVBI5ng0
6363

@@ -86,7 +86,7 @@ timezone --utc America/New_York
8686

8787
# Specify how the bootloader should be installed (required)
8888
# Plaintext password is: password
89-
# Refer to e.g. http://fedoraproject.org/wiki/Anaconda/Kickstart#rootpw to see how to create
89+
# Refer to e.g. https://pykickstart.readthedocs.io/en/latest/commands.html#rootpw to see how to create
9090
# encrypted password form for different plaintext password
9191
bootloader --location=mbr --append="crashkernel=auto rhgb quiet" --password=$6$rhel6usgcb$kOzIfC4zLbuo3ECp1er99NRYikN419wxYMmons8Vm/37Qtg0T8aB9dKxHwqapz8wWAFuVkuI/UJqQBU92bA5C0
9292

rhel7/kickstart/ssg-rhel7-hipaa-ks.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Date: 2020-05-25
44
#
55
# Based on:
6-
# http://fedoraproject.org/wiki/Anaconda/Kickstart
6+
# https://pykickstart.readthedocs.io/en/latest/
77
# https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Installation_Guide/sect-kickstart-syntax.html
88

99
# Install a fresh new system (optional)
@@ -57,7 +57,7 @@ network --onboot yes --device eth0 --bootproto dhcp --noipv6
5757

5858
# Set the system's root password (required)
5959
# Plaintext password is: server
60-
# Refer to e.g. http://fedoraproject.org/wiki/Anaconda/Kickstart#rootpw to see how to create
60+
# Refer to e.g. https://pykickstart.readthedocs.io/en/latest/commands.html#rootpw to see how to create
6161
# encrypted password form for different plaintext password
6262
rootpw --iscrypted $6$rhel6usgcb$aS6oPGXcPKp3OtFArSrhRwu6sN8q2.yEGY7AIwDOQd23YCtiz9c5mXbid1BzX9bmXTEZi.hCzTEXFosVBI5ng0
6363

@@ -86,7 +86,7 @@ timezone --utc America/New_York
8686

8787
# Specify how the bootloader should be installed (required)
8888
# Plaintext password is: password
89-
# Refer to e.g. http://fedoraproject.org/wiki/Anaconda/Kickstart#rootpw to see how to create
89+
# Refer to e.g. https://pykickstart.readthedocs.io/en/latest/commands.html#rootpw to see how to create
9090
# encrypted password form for different plaintext password
9191
bootloader --location=mbr --append="crashkernel=auto rhgb quiet" --password=$6$rhel6usgcb$kOzIfC4zLbuo3ECp1er99NRYikN419wxYMmons8Vm/37Qtg0T8aB9dKxHwqapz8wWAFuVkuI/UJqQBU92bA5C0
9292

rhel7/kickstart/ssg-rhel7-ospp-ks.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Date: 2015-11-19
44
#
55
# Based on:
6-
# http://fedoraproject.org/wiki/Anaconda/Kickstart
6+
# https://pykickstart.readthedocs.io/en/latest/
77
# https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Installation_Guide/sect-kickstart-syntax.html
88
# http://usgcb.nist.gov/usgcb/content/configuration/workstation-ks.cfg
99

@@ -58,7 +58,7 @@ network --onboot yes --device eth0 --bootproto dhcp --noipv6
5858

5959
# Set the system's root password (required)
6060
# Plaintext password is: server
61-
# Refer to e.g. http://fedoraproject.org/wiki/Anaconda/Kickstart#rootpw to see how to create
61+
# Refer to e.g. https://pykickstart.readthedocs.io/en/latest/commands.html#rootpw to see how to create
6262
# encrypted password form for different plaintext password
6363
rootpw --iscrypted $6$rhel6usgcb$aS6oPGXcPKp3OtFArSrhRwu6sN8q2.yEGY7AIwDOQd23YCtiz9c5mXbid1BzX9bmXTEZi.hCzTEXFosVBI5ng0
6464

@@ -87,7 +87,7 @@ timezone --utc America/New_York
8787

8888
# Specify how the bootloader should be installed (required)
8989
# Plaintext password is: password
90-
# Refer to e.g. http://fedoraproject.org/wiki/Anaconda/Kickstart#rootpw to see how to create
90+
# Refer to e.g. https://pykickstart.readthedocs.io/en/latest/commands.html#rootpw to see how to create
9191
# encrypted password form for different plaintext password
9292
bootloader --location=mbr --append="crashkernel=auto rhgb quiet" --password=$6$rhel6usgcb$kOzIfC4zLbuo3ECp1er99NRYikN419wxYMmons8Vm/37Qtg0T8aB9dKxHwqapz8wWAFuVkuI/UJqQBU92bA5C0
9393

rhel7/kickstart/ssg-rhel7-pci-dss-server-with-gui-oaa-ks.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Date: 2015-08-02
44
#
55
# Based on:
6-
# http://fedoraproject.org/wiki/Anaconda/Kickstart
6+
# https://pykickstart.readthedocs.io/en/latest/
77
# https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Installation_Guide/sect-kickstart-syntax.html
88
# http://usgcb.nist.gov/usgcb/content/configuration/workstation-ks.cfg
99

@@ -53,7 +53,7 @@ network --onboot yes --device eth0 --bootproto dhcp --noipv6
5353

5454
# Set the system's root password (required)
5555
# Plaintext password is: server
56-
# Refer to e.g. http://fedoraproject.org/wiki/Anaconda/Kickstart#rootpw to see how to create
56+
# Refer to e.g. https://pykickstart.readthedocs.io/en/latest/commands.html#rootpw to see how to create
5757
# encrypted password form for different plaintext password
5858
rootpw --iscrypted $6$rhel6usgcb$aS6oPGXcPKp3OtFArSrhRwu6sN8q2.yEGY7AIwDOQd23YCtiz9c5mXbid1BzX9bmXTEZi.hCzTEXFosVBI5ng0
5959

@@ -77,7 +77,7 @@ timezone --utc America/New_York
7777

7878
# Specify how the bootloader should be installed (required)
7979
# Plaintext password is: password
80-
# Refer to e.g. http://fedoraproject.org/wiki/Anaconda/Kickstart#rootpw to see how to create
80+
# Refer to e.g. https://pykickstart.readthedocs.io/en/latest/commands.html#rootpw to see how to create
8181
# encrypted password form for different plaintext password
8282
bootloader --location=mbr --append="crashkernel=auto rhgb quiet" --password=$6$rhel6usgcb$kOzIfC4zLbuo3ECp1er99NRYikN419wxYMmons8Vm/37Qtg0T8aB9dKxHwqapz8wWAFuVkuI/UJqQBU92bA5C0
8383

rhel8/kickstart/ssg-rhel8-cis-ks.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Date: 2020-03-30
44
#
55
# Based on:
6-
# http://fedoraproject.org/wiki/Anaconda/Kickstart
6+
# https://pykickstart.readthedocs.io/en/latest/
77
# https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/performing_an_advanced_rhel_installation/index#performing_an_automated_installation_using_kickstart
88

99
# Install a fresh new system (optional)
@@ -57,7 +57,7 @@ network --onboot yes --device eth0 --bootproto dhcp --noipv6
5757

5858
# Set the system's root password (required)
5959
# Plaintext password is: server
60-
# Refer to e.g. http://fedoraproject.org/wiki/Anaconda/Kickstart#rootpw to see how to create
60+
# Refer to e.g. https://pykickstart.readthedocs.io/en/latest/commands.html#rootpw to see how to create
6161
# encrypted password form for different plaintext password
6262
rootpw --iscrypted $6$rhel6usgcb$aS6oPGXcPKp3OtFArSrhRwu6sN8q2.yEGY7AIwDOQd23YCtiz9c5mXbid1BzX9bmXTEZi.hCzTEXFosVBI5ng0
6363

@@ -86,7 +86,7 @@ timezone --utc America/New_York
8686

8787
# Specify how the bootloader should be installed (required)
8888
# Plaintext password is: password
89-
# Refer to e.g. http://fedoraproject.org/wiki/Anaconda/Kickstart#rootpw to see how to create
89+
# Refer to e.g. https://pykickstart.readthedocs.io/en/latest/commands.html#rootpw to see how to create
9090
# encrypted password form for different plaintext password
9191
bootloader --location=mbr --append="crashkernel=auto rhgb quiet" --password=$6$rhel6usgcb$kOzIfC4zLbuo3ECp1er99NRYikN419wxYMmons8Vm/37Qtg0T8aB9dKxHwqapz8wWAFuVkuI/UJqQBU92bA5C0
9292

rhel8/kickstart/ssg-rhel8-cui-ks.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SCAP Security Guide CUI profile kickstart for Red Hat Enterprise Linux 8
22
#
33
# Based on:
4-
# http://fedoraproject.org/wiki/Anaconda/Kickstart
4+
# https://pykickstart.readthedocs.io/en/latest/
55
# http://usgcb.nist.gov/usgcb/content/configuration/workstation-ks.cfg
66

77
# Install a fresh new system (optional)

rhel8/kickstart/ssg-rhel8-e8-ks.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Date: 2019-11-13
44
#
55
# Based on:
6-
# http://fedoraproject.org/wiki/Anaconda/Kickstart
6+
# https://pykickstart.readthedocs.io/en/latest/
77
# https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/performing_an_advanced_rhel_installation/index#performing_an_automated_installation_using_kickstart
88

99
# Install a fresh new system (optional)
@@ -57,7 +57,7 @@ network --onboot yes --device eth0 --bootproto dhcp --noipv6
5757

5858
# Set the system's root password (required)
5959
# Plaintext password is: server
60-
# Refer to e.g. http://fedoraproject.org/wiki/Anaconda/Kickstart#rootpw to see how to create
60+
# Refer to e.g. https://pykickstart.readthedocs.io/en/latest/commands.html#rootpw to see how to create
6161
# encrypted password form for different plaintext password
6262
rootpw --iscrypted $6$rhel6usgcb$aS6oPGXcPKp3OtFArSrhRwu6sN8q2.yEGY7AIwDOQd23YCtiz9c5mXbid1BzX9bmXTEZi.hCzTEXFosVBI5ng0
6363

@@ -86,7 +86,7 @@ timezone --utc America/New_York
8686

8787
# Specify how the bootloader should be installed (required)
8888
# Plaintext password is: password
89-
# Refer to e.g. http://fedoraproject.org/wiki/Anaconda/Kickstart#rootpw to see how to create
89+
# Refer to e.g. https://pykickstart.readthedocs.io/en/latest/commands.html#rootpw to see how to create
9090
# encrypted password form for different plaintext password
9191
bootloader --location=mbr --append="crashkernel=auto rhgb quiet" --password=$6$rhel6usgcb$kOzIfC4zLbuo3ECp1er99NRYikN419wxYMmons8Vm/37Qtg0T8aB9dKxHwqapz8wWAFuVkuI/UJqQBU92bA5C0
9292

rhel8/kickstart/ssg-rhel8-hipaa-ks.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Date: 2020-05-25
44
#
55
# Based on:
6-
# http://fedoraproject.org/wiki/Anaconda/Kickstart
6+
# https://pykickstart.readthedocs.io/en/latest/
77
# https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/performing_an_advanced_rhel_installation/index#performing_an_automated_installation_using_kickstart
88

99
# Install a fresh new system (optional)
@@ -57,7 +57,7 @@ network --onboot yes --device eth0 --bootproto dhcp --noipv6
5757

5858
# Set the system's root password (required)
5959
# Plaintext password is: server
60-
# Refer to e.g. http://fedoraproject.org/wiki/Anaconda/Kickstart#rootpw to see how to create
60+
# Refer to e.g. https://pykickstart.readthedocs.io/en/latest/commands.html#rootpw to see how to create
6161
# encrypted password form for different plaintext password
6262
rootpw --iscrypted $6$rhel6usgcb$aS6oPGXcPKp3OtFArSrhRwu6sN8q2.yEGY7AIwDOQd23YCtiz9c5mXbid1BzX9bmXTEZi.hCzTEXFosVBI5ng0
6363

@@ -86,7 +86,7 @@ timezone --utc America/New_York
8686

8787
# Specify how the bootloader should be installed (required)
8888
# Plaintext password is: password
89-
# Refer to e.g. http://fedoraproject.org/wiki/Anaconda/Kickstart#rootpw to see how to create
89+
# Refer to e.g. https://pykickstart.readthedocs.io/en/latest/commands.html#rootpw to see how to create
9090
# encrypted password form for different plaintext password
9191
bootloader --location=mbr --append="crashkernel=auto rhgb quiet" --password=$6$rhel6usgcb$kOzIfC4zLbuo3ECp1er99NRYikN419wxYMmons8Vm/37Qtg0T8aB9dKxHwqapz8wWAFuVkuI/UJqQBU92bA5C0
9292

rhel8/kickstart/ssg-rhel8-ospp-ks.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SCAP Security Guide OSPP profile kickstart for Red Hat Enterprise Linux 8
22
#
33
# Based on:
4-
# http://fedoraproject.org/wiki/Anaconda/Kickstart
4+
# https://pykickstart.readthedocs.io/en/latest/
55
# http://usgcb.nist.gov/usgcb/content/configuration/workstation-ks.cfg
66

77
# Install a fresh new system (optional)

rhel8/kickstart/ssg-rhel8-pci-dss-ks.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SCAP Security Guide PCI-DSS profile kickstart for Red Hat Enterprise Linux 8
22
#
33
# Based on:
4-
# http://fedoraproject.org/wiki/Anaconda/Kickstart
4+
# https://pykickstart.readthedocs.io/en/latest/
55
# http://usgcb.nist.gov/usgcb/content/configuration/workstation-ks.cfg
66

77
# Install a fresh new system (optional)

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SCAP Security Guide STIG profile kickstart for Red Hat Enterprise Linux 8
22
#
33
# Based on:
4-
# http://fedoraproject.org/wiki/Anaconda/Kickstart
4+
# https://pykickstart.readthedocs.io/en/latest/
55
# http://usgcb.nist.gov/usgcb/content/configuration/workstation-ks.cfg
66

77
# Install a fresh new system (optional)

tests/kickstarts/test_suite.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# - Fedora
77
#
88
# Based on:
9-
# http://fedoraproject.org/wiki/Anaconda/Kickstart
9+
# https://pykickstart.readthedocs.io/en/latest/
1010
# https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Installation_Guide/sect-kickstart-syntax.html
1111
# http://usgcb.nist.gov/usgcb/content/configuration/workstation-ks.cfg
1212

@@ -34,7 +34,7 @@ network --onboot yes --device eth0 --bootproto dhcp --noipv6
3434

3535
# Set the system's root password (required)
3636
# Plaintext password is: server
37-
# Refer to e.g. http://fedoraproject.org/wiki/Anaconda/Kickstart#rootpw to see how to create
37+
# Refer to e.g. https://pykickstart.readthedocs.io/en/latest/commands.html#rootpw to see how to create
3838
# encrypted password form for different plaintext password
3939
rootpw --iscrypted $6$rhel6usgcb$aS6oPGXcPKp3OtFArSrhRwu6sN8q2.yEGY7AIwDOQd23YCtiz9c5mXbid1BzX9bmXTEZi.hCzTEXFosVBI5ng0
4040

0 commit comments

Comments
 (0)