Debian 9 rootfs 制作
<p>转载:</p><p>https://whycan.com/t_3922.html</p><p><br></p><p>环境:ubuntu 16.04</p><pre><code>sudo apt-get install debootstrapmkdir buster
wget https://ftp-master.debian.org/keys/release-10.asc -qO- | gpg --import --no-default-keyring --keyring ./debian-release-10.gpg
#debootstrap --keyring=./debian-release-10.gpg --variant=minbase buster buster http://ftp.cn.debian.org/debian/
debootstrap --keyring=./debian-release-10.gpg --foreign --verbose --arch=armhfstretch rootfs http://ftp2.cn.debian.org/debian</code></pre><p>注意,根据buster说明建议最小内存是 256MB<br>https://www.debian.org/releases/stable/armhf/ch03s04.en.html</p><p>而之前的stretch是128MB<br>https://www.debian.org/releases/stretch/amd64/ch03s04.html.en</p><p>debian镜像列表<br>https://www.debian.org/mirror/list</p><p>如何制作rootfs的基础说明debootstrap<br>https://wiki.debian.org/Debootstrap<br>https://linux-sunxi.org/Debootstrap</p><p>跟着就要进行第二步了,请参考<br>https://whycan.cn/t_2666.html</p><br><br>
来源:https://www.cnblogs.com/cute/p/14138497.html
頁:
[1]