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": {}