summaryrefslogtreecommitdiff
path: root/build_stage3.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_stage3.sh')
-rwxr-xr-xbuild_stage3.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/build_stage3.sh b/build_stage3.sh
index ca73aa2..da59246 100755
--- a/build_stage3.sh
+++ b/build_stage3.sh
@@ -77,6 +77,7 @@ zip nspr gyp nss
libaio boost
thin-provisioning-tools lvm2
nasm syslinux
+linux linux-firmware
"
# gyp used for mozilla sub certs, continue to use shim?
@@ -93,9 +94,6 @@ nasm syslinux
# => https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221466
# patches make situation much worse!
-#~ linux build full with mkinitcpio and modules
-#~ linux
-
for p in $PACKAGES; do
"$SCRIPT_DIR/build_stage3_package.sh" "$p" || exit 1
done