Skip to content

Commit be03acb

Browse files
committed
OCPBUGS#31707: replace pwd hash with user-input fields
1 parent 88549ba commit be03acb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/microshift-provisioning-ostree.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ part pv.01 --grow
6161
volgroup rhel pv.01
6262
logvol / --vgname=rhel --fstype=xfs --size=10000 --name=root
6363
# To add users, use a line such as the following
64-
user --name=user \
65-
--password=$6$HFVVV521NB4kOKVG$0.hM652uIOBNsC45kvFpMuRVkfNGHToMdQ6PDTU8DcEF30Gz/3DUwW153Gc9EvNMkH50qYfBO5os/FJsXTLLt. \
66-
--iscrypted --groups=wheel
64+
user --name=<YOUR_USER_NAME> \
65+
--password=<YOUR_HASHED_PASSWORD> \
66+
--iscrypted --groups=<YOUR_USER_GROUPS>
6767
----
6868

6969
. In the `%post` section of the Kickstart file, add your pull secret and the mandatory firewall rules.

0 commit comments

Comments
 (0)