summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJia Zhang <zhang.jia@linux.alibaba.com>2018-09-26 04:24:28 -0400
committerJia Zhang <zhang.jia@linux.alibaba.com>2018-09-26 04:28:01 -0400
commit3936cdfa7f1125b312aee81e15f69ed872ae2d0f (patch)
tree690598441f32eda8bef76019c5ece10efbe04e1d
parent176178136118dde3ca40a81b239d64083aa579b2 (diff)
downloadmeta-secure-core-3936cdfa7f1125b312aee81e15f69ed872ae2d0f.tar.gz
Set the default password for secure-core-image
Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-rw-r--r--meta/recipes-core/images/secure-core-image.bb3
1 files changed, 3 insertions, 0 deletions
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
3IMAGE_INSTALL += "\ 3IMAGE_INSTALL += "\
4 packagegroup-core-lsb \ 4 packagegroup-core-lsb \
5" 5"
6
7inherit extrausers
8EXTRA_USERS_PARAMS_prepend += " usermod -P toor root;"