diff options
author | Jia Zhang <zhang.jia@linux.alibaba.com> | 2018-09-26 04:24:28 -0400 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2018-09-26 04:28:01 -0400 |
commit | 3936cdfa7f1125b312aee81e15f69ed872ae2d0f (patch) | |
tree | 690598441f32eda8bef76019c5ece10efbe04e1d | |
parent | 176178136118dde3ca40a81b239d64083aa579b2 (diff) | |
download | meta-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.bb | 3 |
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 | |||
3 | IMAGE_INSTALL += "\ | 3 | IMAGE_INSTALL += "\ |
4 | packagegroup-core-lsb \ | 4 | packagegroup-core-lsb \ |
5 | " | 5 | " |
6 | |||
7 | inherit extrausers | ||
8 | EXTRA_USERS_PARAMS_prepend += " usermod -P toor root;" | ||