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]
This commit is contained in:
Henrik Riomar 2022-07-05 10:00:11 +02:00 committed by Natanael Copa
parent 11cf425625
commit 41065fd278

View File

@ -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() {