
正文
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
reference:
http://ports.ubuntu.com/ubuntu-ports/dists/bionic/main/







