diff --git a/scripts/chroot_build.sh b/scripts/chroot_build.sh index 7a1a8fdb..ffc8fa0a 100755 --- a/scripts/chroot_build.sh +++ b/scripts/chroot_build.sh @@ -112,10 +112,12 @@ function install_pkg() { net-tools \ wireless-tools \ wpagui \ - locales + locales \ + shim-signed # install kernel - apt-get install -y --install-recommends $TARGET_KERNEL_PACKAGE + apt-get install -y --install-recommends \ + $TARGET_KERNEL_PACKAGE # graphic installer - ubiquity apt-get install -y \