美文网首页
Debian根文件系统制作

Debian根文件系统制作

作者: VellBibi | 来源:发表于2022-07-31 09:43 被阅读0次

安装工具

sudo apt-get install binfmt-support qemu qemu-user-static debootstrap

# 下载镜像
mkdir debian
sudo debootstrap --foreign --arch arm64 stretch debian http://ftp.cn.debian.org/debian/

cd debian
sudo cp /usr/bin/qemu-aarch64-static usr/bin/

cd ..
sudo DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true LC_ALL=C LANGUAGE=C LANG=C chroot debian debootstrap/debootstrap --second-stage

所有的镜像列表 http://www.debian.org/mirror/list

相关文章

网友评论

      本文标题:Debian根文件系统制作

      本文链接:https://www.haomeiwen.com/subject/jdmpdrtx.html