3
3
# Date: 2015-04-08
4
4
#
5
5
# Based on:
6
- # http ://fedoraproject.org/wiki/Anaconda/Kickstart
6
+ # https ://pykickstart.readthedocs.io/en/latest/
7
7
# https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/s1-kickstart2-options.html
8
8
# http://usgcb.nist.gov/usgcb/content/configuration/workstation-ks.cfg
9
9
#
@@ -58,7 +58,7 @@ network --onboot yes --device eth0 --bootproto dhcp --noipv6
58
58
59
59
# Set the system's root password (required)
60
60
# 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
62
62
# encrypted password form for different plaintext password
63
63
rootpw --iscrypted $6$rhel6usgcb$aS6oPGXcPKp3OtFArSrhRwu6sN8q2.yEGY7AIwDOQd23YCtiz9c5mXbid1BzX9bmXTEZi.hCzTEXFosVBI5ng0
64
64
@@ -82,7 +82,7 @@ timezone --utc America/New_York
82
82
83
83
# Specify how the bootloader should be installed (required)
84
84
# 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
86
86
# encrypted password form for different plaintext password
87
87
bootloader --location =mbr --append =" crashkernel=auto rhgb quiet" --password =$6$rhel6usgcb$kOzIfC4zLbuo3ECp1er99NRYikN419wxYMmons8Vm/37Qtg0T8aB9dKxHwqapz8wWAFuVkuI/UJqQBU92bA5C0
88
88
@@ -91,7 +91,7 @@ zerombr
91
91
92
92
# The following partition layout scheme assumes disk of size 20GB or larger
93
93
# Modify size of partitions appropriately to reflect actual machine's hardware
94
- #
94
+ #
95
95
# Remove Linux partitions from the system prior to creating new ones (optional)
96
96
# --linux erase all Linux partitions
97
97
# --initlabel initialize the disk label to the default based on the underlying architecture
0 commit comments