Skip to content

Commit

Permalink
Edit comment to show correct password configured from hash
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Jul 30, 2024
1 parent c7ba120 commit f71c4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-core/images/core-image-minimal.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ IMAGE_INSTALL:append = " libsysfs sysfsutils libconfig util-linux sed"


inherit extrausers
# Set root password as "root" (argument -p for usermod is obtained using 'mkpasswd -m sha-512 root')
# Set root password as "cyclonevsoc" (argument -p for usermod is obtained using 'mkpasswd -m sha-512 root')
EXTRA_USERS_PARAMS = " \
usermod -p '\$6\$WR/8UtKTrBI\$ws/orbjj4P6jA8sYCBnWhKMwuORdQJR8LOQApnE96UqhtS/vy4olMAMKn/xneYF0gtiBsCekyxX8Wqy0cr5o40' root\
"
Expand Down

0 comments on commit f71c4d9

Please sign in to comment.