Browse Source

remove useless comment

main
Nicolas Massé 2 weeks ago
parent
commit
f2dfafb97a
  1. 1
      kickstart.cfg

1
kickstart.cfg

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

Loading…
Cancel
Save