dey-image: [cosmetic] correct comment

Signed-off-by: Jose Diaz de Grenu <Jose.DiazdeGrenu@digi.com>
This commit is contained in:
Jose Diaz de Grenu 2019-08-29 16:33:47 +02:00
parent 4b74b82686
commit 5a893838c9
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ inherit image-buildinfo
# #
# Set root password using 'extrausers' class if 'debug-tweaks' is NOT enabled # Set root password using 'extrausers' class if 'debug-tweaks' is NOT enabled
# #
# To get the encrypted password (with escaped '$' char: '\$') run following # To get the hash of the password (with escaped '$' char: '\$') run
# command in your development computer: # the following command in your development computer:
# #
# echo -n 'root' | mkpasswd -5 -s | sed -e 's,\$,\\$,g' # echo -n 'root' | mkpasswd -5 -s | sed -e 's,\$,\\$,g'
# #