use SHA512 for password hashing

This commit is contained in:
2022-10-04 09:43:06 +02:00
parent 74e80a7435
commit a202c9e37c
+1 -1
View File
@@ -84,7 +84,7 @@ root password
The root password can be set with the attribute ``rootpw``. The value
of the attribute must be the password hash, and can be generated with the command
``openssl passwd -1 "this is the password"``
``openssl passwd -6 "this is the password"``
partitions
~~~~~~~~~~