Changes between Version 38 and Version 39 of ventana/ubuntu
- Timestamp:
- 04/22/2019 09:29:05 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ventana/ubuntu
v38 v39 160 160 #!bash 161 161 target=rootfs 162 distro= xenial162 distro=bionic 163 163 sudo debootstrap --arch=armhf --foreign $distro $target 164 164 # copy qemu-arm-static binary for the binfmt packages to find it and copy in resolv.conf from host … … 174 174 sudo chroot $target 175 175 # now we are in the chroot 176 distro= xenial176 distro=bionic 177 177 export LANG=C 178 178 # setup second stage