hyperhq / runv

Hypervisor-based Runtime for OCI
Apache License 2.0
826 stars 129 forks source link

replace busybox.tar binary by Makefile #338

Closed pmorjan closed 8 years ago

pmorjan commented 8 years ago

This pr adds a Makefile to replace the binary integration-test/test_data/busbox.tar

The old busybox.tar also includes '/usr/bin/getconf' which is not part of busybox. I'm not sure if this is still needed. The new Makefile builds this a well. Could be removed if it's no longer needed.

laijs commented 8 years ago

would you try to remove '/usr/bin/getconf' and test?

pmorjan commented 8 years ago

looks good to me