~comcloudway/builds.sr.ht

22bd41ead3e82ce2b7bde561221365a23e8efff4 — Conrad Hoffmann 1 year, 5 months ago 7a00f10
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.
1 files changed, 2 insertions(+), 2 deletions(-)

M images/alpine/genimg
M images/alpine/genimg => images/alpine/genimg +2 -2
@@ 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