diff --git a/meta-digi-dey/classes/dey-image.bbclass b/meta-digi-dey/classes/dey-image.bbclass index c3541f975..a7679ca67 100644 --- a/meta-digi-dey/classes/dey-image.bbclass +++ b/meta-digi-dey/classes/dey-image.bbclass @@ -10,8 +10,8 @@ inherit image-buildinfo # # Set root password using 'extrausers' class if 'debug-tweaks' is NOT enabled # -# To get the encrypted password (with escaped '$' char: '\$') run following -# command in your development computer: +# To get the hash of the password (with escaped '$' char: '\$') run +# the following command in your development computer: # # echo -n 'root' | mkpasswd -5 -s | sed -e 's,\$,\\$,g' #