Merge "Add interpolation note for dynamic-login password"
This commit is contained in:
commit
ab75f1d8a2
@ -27,9 +27,10 @@ rootpwd
|
|||||||
:Description: If the operator append rootpwd="$ENCRYPTED_PASSWORD" to the
|
:Description: If the operator append rootpwd="$ENCRYPTED_PASSWORD" to the
|
||||||
kernel command line on boot, the helper script will set the
|
kernel command line on boot, the helper script will set the
|
||||||
root password to the one specified by this option. Note that
|
root password to the one specified by this option. Note that
|
||||||
this password must be **encrypted**. Encrypted passwords
|
this password must be **encrypted**. Interpolation can be
|
||||||
can be generated using the ``openssl`` command, e.g:
|
avoided by using $$. Encrypted passwords can be generated
|
||||||
*openssl passwd -1*.
|
using the ``openssl`` command, e.g: *openssl passwd -1
|
||||||
|
-stdin <<< YOUR_PASSWORD | sed 's/\$/\$$/g'*.
|
||||||
|
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
Loading…
Reference in New Issue
Block a user