Changes between Version 15 and Version 16 of newport/ubuntu


Ignore:
Timestamp:
10/15/2018 11:49:00 PM (6 years ago)
Author:
Shiv Khanna
Comment:

fixed type

Legend:

Unmodified
Added
Removed
Modified
  • newport/ubuntu

    v15 v16  
    6363target=${distro}-${arch}
    6464qemu_arch=aarch64
    65 sudo debootstrap --arch=$qemu_arch --foreign $distro $target
     65sudo debootstrap --arch=$arch --foreign $distro $target
    6666# copy qemu binary for the binfmt packages to find it and copy in resolv.conf from host
    6767sudo cp /usr/bin/qemu-${qemu_arch}-static $target/usr/bin