customization arm ubuntu rootfs
requirment:
want to get arm ubuntu rootfs
method:
base on debootstrap tool, customization full function arm ubuntu rootfs.
solution:
sudo apt-get install debootstrap
mkdir ubuntu_armhf_bionic
debootstrap --verbose --arch=armhf bionic ubuntu_armhf_bionic http://mirrors.ustc.edu.cn/ubuntu-ports