Is your feature request related to a problem? Please describe.
mkinitfs is a moving target when we ask the netboot builder to include it, since we patch it, we need to control which version of mkinitfs we use.
Describe the solution you'd like
Pin mkinitfs
- apks="$apks zfs-scripts zfs zfs-utils-py python3 mkinitfs syslinux util-linux linux-firmware"
+ apks="$apks zfs-scripts zfs zfs-utils-py python3 mkinitfs=3.10.1-r0 syslinux util-linux linux-firmware"
Describe alternatives you've considered
Additional context
- An issue opened on the Alpine Linux Gitlab with the patch in question can be seen here