Skip to content

Commit f4c639f

Browse files
committed
Force password change at first login
1 parent d3faf95 commit f4c639f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

recipes-samples/images/lmp-partner-arduino-image.bb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ CORE_IMAGE_BASE_INSTALL += " \
6868
${ARDUINO} \
6969
"
7070

71+
# Force new password to be chosen at first login
72+
EXTRA_USERS_PARAMS += "passwd-expire ${LMP_USER};"
73+
7174
# Packages to be installed in Portenta-X8 machine only
7275
IMAGE_INSTALL:append:portenta-x8 = " openocd"
7376

0 commit comments

Comments
 (0)