Debootstrap
源代码
主要
https://salsa.debian.org/installer-team/debootstrap
说明
debootstrap只需要在Debian系Linux系统下使用apt命令安装即可使用。
debootstrap可跨架构构建根文件系统,如在X86架构下构建ARM架构根文件系统。
个人使用场景
- 为LicheePi-Zero(基于全志V3S芯片)构建Ubuntu 20.04基本根文件系统。
https://salsa.debian.org/installer-team/debootstrap
debootstrap只需要在Debian系Linux系统下使用apt命令安装即可使用。
debootstrap可跨架构构建根文件系统,如在X86架构下构建ARM架构根文件系统。