From 5a893838c9035120570f52d4ece25541ae5fbf53 Mon Sep 17 00:00:00 2001 From: Jose Diaz de Grenu Date: Thu, 29 Aug 2019 16:33:47 +0200 Subject: [PATCH] dey-image: [cosmetic] correct comment Signed-off-by: Jose Diaz de Grenu --- meta-digi-dey/classes/dey-image.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' #