Ludovic Courtès writes: Hi! > I can see two solutions: > > 1. Remove bzip2 support from bootar (it’s not actually needed, is it?). Ugly but easiest fix for me, see attached. > 2. Modify (compression bzip2) so that it errors out on first use > rather than at load time. Or 3. Port bzip2 to to 32bit. > Timothy, janneke, WDYT? I would prefer 3., with the fix going upstream. This opens the path to really using bzip2 in the bootstrap. 2. could be a nice intermediate step, but I would not know how to do that nicely, as we fetch (compression bzip2) from upstream. Timothy? How about applying attached patch that implements 1. and revert it once we get to 2. or 3. janneke