|
|
@ -67,7 +67,6 @@ part / --fstype xfs --size=1 --grow --asprimary --label=root |
|
|
## |
|
|
## |
|
|
|
|
|
|
|
|
# Generate an encrypted password with "openssl passwd -6" |
|
|
# Generate an encrypted password with "openssl passwd -6" |
|
|
# The default one is "redhat". |
|
|
|
|
|
rootpw --lock |
|
|
rootpw --lock |
|
|
user --groups=wheel --name=admin --iscrypted --password=$6$REDACTED --gecos="Administrator" |
|
|
user --groups=wheel --name=admin --iscrypted --password=$6$REDACTED --gecos="Administrator" |
|
|
|
|
|
|
|
|
|