From 22bd41ead3e82ce2b7bde561221365a23e8efff4 Mon Sep 17 00:00:00 2001 From: Conrad Hoffmann Date: Tue, 16 May 2023 21:55:02 +0200 Subject: [PATCH] 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. --- images/alpine/genimg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/alpine/genimg b/images/alpine/genimg index 758e4cf..b2e7b8c 100755 --- a/images/alpine/genimg +++ b/images/alpine/genimg @@ -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