Skip to content

Commit

Permalink
fix option, -m is correct, but -H still works
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Oct 31, 2017
1 parent e543eb4 commit 7970c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/fai-guide.txt
Expand Up @@ -938,7 +938,7 @@ The encrypted root password for the new system. You can use
`mkpasswd(1)` for creating the hash for a certain password.
For example, to generate a md5 hash for the password use
----
$ echo "yoursecrectpassword" | mkpasswd -Hmd5 -s
$ echo "yoursecrectpassword" | mkpasswd -m md5 -s
----


Expand Down
2 changes: 1 addition & 1 deletion man/nfsroot.conf.5
Expand Up @@ -40,7 +40,7 @@ FAI_ROOTPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1' # pw is fai

Use mkpasswd, htpasswd or md5pass for generating the password hash.

echo "yoursecrectpassword" | mkpasswd -Hmd5 -s
echo "yoursecrectpassword" | mkpasswd -m md5 -s

.TP
.B NFSROOT
Expand Down

0 comments on commit 7970c03

Please sign in to comment.