Changes between Version 15 and Version 16 of newport/ubuntu
- Timestamp:
- 10/15/2018 11:49:00 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/ubuntu
v15 v16 63 63 target=${distro}-${arch} 64 64 qemu_arch=aarch64 65 sudo debootstrap --arch=$ qemu_arch --foreign $distro $target65 sudo debootstrap --arch=$arch --foreign $distro $target 66 66 # copy qemu binary for the binfmt packages to find it and copy in resolv.conf from host 67 67 sudo cp /usr/bin/qemu-${qemu_arch}-static $target/usr/bin