mirage / xen-arm-builder

Archived - the Xen and ARM support in MirageOS has been superseeded by our PVH support - Build an SDcard image for Xen/ARM, for a Cubieboard
ISC License
57 stars 36 forks source link

instructions for building in a privileged Docker container #40

Closed avsm closed 7 years ago

avsm commented 9 years ago

From @talex5:

docker run -e "http_proxy=http://192.168.0.11:8123/" --privileged -it
-v `pwd`:/xen-arm-builder --entrypoint /bin/bash -w /xen-arm-builder
xen-sdcard-builder

The proxy is to save redownloading all the debs each time.

To get ARM emulation support, I also have to run this inside the
container (affects the host too, I think):

/etc/init.d/binfmt-support start
mor1 commented 7 years ago

The recent refresh uses containers to do the building, and D4M has binfmt emulation built in so I'll go ahead and close this. Let me know if I'm missing something in doing so!