no string interpolation please

This commit is contained in:
2023-01-24 08:21:20 +01:00
parent 715e8cb605
commit 9484779f8b
+1 -1
View File
@@ -88,7 +88,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 -6 "this is the password"``
``openssl passwd -6 'this is the password'``
partitions
~~~~~~~~~~