images/alpine: do not install any firmware

The firmware is not needed, and with some bad luck one will hit a
firmware upgrade when a setup job runs `apk upgrade`, which can take a
substantial amount of time.
This commit is contained in:
Conrad Hoffmann 2023-05-16 21:55:02 +02:00 committed by Drew DeVault
parent 7a00f10f33
commit 22bd41ead3
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ apk add -U \
--arch="$arch" \
--root=/mnt \
--initdb \
acct alpine-base alpine-conf alpine-sdk $linux git mercurial openssh \
sudo syslinux tzdata gnupg haveged bash
acct alpine-base alpine-conf alpine-sdk linux-firmware-none $linux \
git mercurial openssh sudo syslinux tzdata gnupg haveged bash
mount --bind /dev /mnt/dev
mount --bind /dev/pts /mnt/dev/pts