mirror of
https://github.com/mvallim/live-custom-ubuntu-from-scratch.git
synced 2025-07-25 16:59:53 +00:00
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:
@ -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 \
|
||||
|
Reference in New Issue
Block a user