You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried building a base arch linux iso from releng without adding the mbp repo and archiso would build the image without problems. Upon adding the linux-mbp and linux-mbp-headers packages instead of the default linux and linux-headers, the build would then fail with the error I mentioned in the title.
EDIT: It seems like the cause of this is because the resulting kernel file name in work/x86_64/airootfs/boot is vmlinuz-linux-mbp but mkinitcpio is expecting a vmlinuz-linux file instead.
The text was updated successfully, but these errors were encountered:
@leondzn This is intentional as to avoid conflicts with side by side installation of linux-mbp and the stock ARCH kernel. I have held off from releasing an ISO since there are still some big ticket issues left to resolve with device support. In the meantime manually modifying the archiso build script is a requirement to build your own ISO.
Archiso build fails due to this error.
I tried building a base arch linux iso from releng without adding the mbp repo and archiso would build the image without problems. Upon adding the linux-mbp and linux-mbp-headers packages instead of the default linux and linux-headers, the build would then fail with the error I mentioned in the title.
EDIT: It seems like the cause of this is because the resulting kernel file name in
work/x86_64/airootfs/boot
isvmlinuz-linux-mbp
but mkinitcpio is expecting avmlinuz-linux
file instead.The text was updated successfully, but these errors were encountered: