From 41065fd278ddbb5309c1b5031babdfd388ad145e Mon Sep 17 00:00:00 2001 From: Henrik Riomar Date: Tue, 5 Jul 2022 10:00:11 +0200 Subject: [PATCH] scripts/mkimg.standard.sh: add linux-firmware-none to the extended iso Fixes installation without network, if this pkg is not on the iso: Installing system on /dev/xvda1: extlinux: Not a directory: /mnt/boot ERROR: unable to select packages: linux-firmware-none (no such package): required by: world[linux-firmware-none] --- scripts/mkimg.standard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mkimg.standard.sh b/scripts/mkimg.standard.sh index 8b2a9539d05..66064c27641 100755 --- a/scripts/mkimg.standard.sh +++ b/scripts/mkimg.standard.sh @@ -68,7 +68,7 @@ profile_extended() { apks="$apks $_a-$_k" done done - apks="$apks linux-firmware" + apks="$apks linux-firmware linux-firmware-none" } profile_virt() {