Merge pull request #31 from mvallim/fix-secureboot

Add secureboot bootstrap package to allow target system to boot via UEFI
This commit is contained in:
Marcos Tischer Vallim
2021-05-15 13:56:08 -03:00
committed by GitHub

View File

@ -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 \