mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
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:
parent
11cf425625
commit
41065fd278
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user