On Sun, Jul 28, 2024 at 08:49:37PM +0200, Diogo B. wrote: > # 2. netbsd-SHEEVAPLUG_INSTALL.gz > > If I understood correctly, this file contains enough code to trigger > the installation, eg, in my USB stick. However, I have no idea how > to combine this file with the netbsd-SHEEVAPLUG.ub from above.
You are right and I don't understand why we build these files - I had expected netbsd-SHEEVAPLUG_INSTALL.gz to actually be netbsd-SHEEVAPLUG_INSTALL.ub.gz, so you could decompress it and put it into the FAT partition. This probably comes from some very generic make file code that builds all "package" variants of all available kernels, but has no knowledge of which of them would be actually usefull. And it is missing the only variant (.ub) that would be usefull here :-( I'll bring this up on port-arm@ and will contact you off-list for a quick hack to try... Martin