From 21d240f9178bdcf4c49cfedba9f541bcf37b7f6a Mon Sep 17 00:00:00 2001 From: Qiheng Lin Date: Tue, 18 Oct 2022 09:15:32 +0800 Subject: [PATCH] add fscrypt commands to without_two_stages cfg Signed-off-by: Qiheng Lin Change-Id: I6740b91c7c70790c444eaae83201648ab94e3655 --- services/etc/init.without_two_stages.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/etc/init.without_two_stages.cfg b/services/etc/init.without_two_stages.cfg index 7199374d..51cb6405 100755 --- a/services/etc/init.without_two_stages.cfg +++ b/services/etc/init.without_two_stages.cfg @@ -95,6 +95,7 @@ }, { "name" : "post-fs-data", "cmds" : [ + "init_global_key /data", "mkdir /data/app 0711 root root", "mkdir /data/app/el1 0711 root root", "mkdir /data/app/el1/bundle 0711 root root", @@ -110,6 +111,7 @@ "mkdir /data/chipset/el1 0711 root root", "mkdir /data/chipset/el1/public 0711 root root", "mkdir /data/chipset/el2 0711 root root", + "init_main_user ", "mkdir /data/app/el1/0 0711 root root", "mkdir /data/app/el1/0/base 0711 root root", "mkdir /data/app/el1/0/database 0711 system system", -- GitLab