We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88549ba commit be03acbCopy full SHA for be03acb
modules/microshift-provisioning-ostree.adoc
@@ -61,9 +61,9 @@ part pv.01 --grow
61
volgroup rhel pv.01
62
logvol / --vgname=rhel --fstype=xfs --size=10000 --name=root
63
# 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
+user --name=<YOUR_USER_NAME> \
+--password=<YOUR_HASHED_PASSWORD> \
+--iscrypted --groups=<YOUR_USER_GROUPS>
67
----
68
69
. In the `%post` section of the Kickstart file, add your pull secret and the mandatory firewall rules.
0 commit comments