From 3936cdfa7f1125b312aee81e15f69ed872ae2d0f Mon Sep 17 00:00:00 2001 From: Jia Zhang Date: Wed, 26 Sep 2018 04:24:28 -0400 Subject: Set the default password for secure-core-image Signed-off-by: Jia Zhang --- meta/recipes-core/images/secure-core-image.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-core/images/secure-core-image.bb b/meta/recipes-core/images/secure-core-image.bb index 0a8adc8..256add0 100644 --- a/meta/recipes-core/images/secure-core-image.bb +++ b/meta/recipes-core/images/secure-core-image.bb @@ -3,3 +3,6 @@ require secure-core-image.inc IMAGE_INSTALL += "\ packagegroup-core-lsb \ " + +inherit extrausers +EXTRA_USERS_PARAMS_prepend += " usermod -P toor root;" -- cgit v1.2.3-54-g00ecf