summaryrefslogtreecommitdiff
path: root/build_stage3.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-03-14 07:41:37 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-03-14 07:41:37 +0100
commita62127cf68379869d3e003fc916c86c5464d89aa (patch)
tree87628e008f3753774ca323802f7d8979ea813e5d /build_stage3.sh
parent65bd9446245c6581f908770c9fb99ef27968e10d (diff)
downloadbootstrap32-a62127cf68379869d3e003fc916c86c5464d89aa.tar.xz
finished up to linux kernel
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