[isar-cip-core][PATCH 5/6] kas: set clear text root password


Henning Schild <henning.schild@...>
 

The comment above the hash looks weird. Might as well write it human
readable.

Signed-off-by: Henning Schild <henning.schild@...>
---
kas-cip.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kas-cip.yml b/kas-cip.yml
index 10f4594334d6..b970f39ccb13 100644
--- a/kas-cip.yml
+++ b/kas-cip.yml
@@ -37,8 +37,8 @@ local_conf_header:
ISAR_CROSS_COMPILE = "1"
root_password: |
USERS += "root"
- # 'root'
- USER_root[password] = "oC3wEGl799tZU"
+ USER_root[password] = "root"
+ USER_root[flags] = "clear-text-password"

env:
DISTRO_APT_PREMIRRORS: ""
--
2.37.4