Debootstrap:修订间差异
跳转到导航
跳转到搜索
第6行: | 第6行: | ||
debootstrap可跨架构构建根文件系统,如在X86架构下构建ARM架构根文件系统。<br> | debootstrap可跨架构构建根文件系统,如在X86架构下构建ARM架构根文件系统。<br> | ||
=== 个人使用场景 === | === 个人使用场景 === | ||
* 为LicheePi-Zero( | * 为LicheePi-Zero(基于全志[[V3S]]芯片)构建Ubuntu 20.04基本根文件系统。 | ||
== 官方资料 == | == 官方资料 == | ||
网址:https://www.debian.org/ | 网址:https://www.debian.org/ |
2023年8月8日 (二) 06:26的最新版本
源代码
主要
https://salsa.debian.org/installer-team/debootstrap
说明
debootstrap只需要在Debian系Linux系统下使用apt命令安装即可使用。
debootstrap可跨架构构建根文件系统,如在X86架构下构建ARM架构根文件系统。
个人使用场景
- 为LicheePi-Zero(基于全志V3S芯片)构建Ubuntu 20.04基本根文件系统。