Force build kernel package

This commit is contained in:
Waldemar Tomme 2023-11-22 17:45:18 +01:00
parent 163365a79d
commit 5e24d2d704

View File

@ -27,7 +27,7 @@ set -x
if [[ $BUILD_ENVKERNEL -ne 0 ]]; then
# pmbootstrap initfs hook_add debug-shell
pmbootstrap build --envkernel $LINUX_PKG
pmbootstrap build --envkernel --force $LINUX_PKG
# else
# pmbootstrap initfs hook_del debug-shell
# pmbootstrap build $LINUX_PKG --force