Enable running pmbootstrap on x86 architecture
The mapping in alpine_native
has been tested with 2 different VMs running AlpineLinux x86 and Ubuntu 32bit.
Both the operating system were returning i686
, we can also consider to already add other 32bit architectures there, like i386
and x86
, @ollieparanoid ?
The mapping in alpine_to_debian
, which is used only for the qemu-user-static-repack
and the binfmt
has been validated with the content of the qemu-user-static-repack
package (qemu-user-binfmt.txt). And the binaries qemu-$arch-static
matches the names in the txt file.
Close: #933 (closed)