mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
scripts/mkimg.netboot.sh: fix kernels for armhf
there are no linux-lts kernel for armhf
This commit is contained in:
parent
34dd24095d
commit
4ed79f37db
@ -12,7 +12,10 @@ profile_netboot() {
|
||||
"
|
||||
arch="aarch64 armhf armv7 ppc64le x86 x86_64 s390x"
|
||||
kernel_cmdline="nomodeset"
|
||||
kernel_flavors="lts"
|
||||
case "$ARCH" in
|
||||
armhf) kernel_flavors= ;;
|
||||
*) kernel_flavors="lts";;
|
||||
esac
|
||||
modloop_sign=yes
|
||||
apks=""
|
||||
initfs_features="base network squashfs usb virtio"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user