From 33789a88c55014ec4a816675ad6efe842eaa325c Mon Sep 17 00:00:00 2001 From: Waldemar Tomme Date: Wed, 22 Nov 2023 15:21:30 +0100 Subject: [PATCH] Do not change initfs (for now) --- build.sh | 5 ++++- pmos.code-workspace | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index d78b48e..161e7c4 100755 --- a/build.sh +++ b/build.sh @@ -26,8 +26,11 @@ done set -x if [[ $BUILD_ENVKERNEL -ne 0 ]]; then - pmbootstrap initfs hook_add debug-shell + # pmbootstrap initfs hook_add debug-shell pmbootstrap build --envkernel $LINUX_PKG +# else + # pmbootstrap initfs hook_del debug-shell + # pmbootstrap build $LINUX_PKG --force fi pmbootstrap install \ diff --git a/pmos.code-workspace b/pmos.code-workspace index b9a7e0a..64afe8d 100644 --- a/pmos.code-workspace +++ b/pmos.code-workspace @@ -16,7 +16,7 @@ "path": "../../.local/var/pmbootstrap/cache_git/pmaports/device/testing/firmware-samsung-a7y18lte" }, { - "path": "../../code/linux" + "path": "../../code/linux-a7y18lte" } ], "settings": {}