add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,20 +1,24 @@
# debootstrap
> 创建一个基本的 `Debian` 系统。
> 更多信息:<https://wiki.debian.org/Debootstrap>.
> 创建一个基本的 Debian 系统。
> 更多信息:<https://wiki.debian.org/Debootstrap>
-`debian-root` 目录中创建一个 `Debian` 稳定分支系统:
-`debian-root` 目录中创建一个 Debian 稳定系统:
`sudo debootstrap stable {{path/to/debian-root/}} http://deb.debian.org/debian`
- 使用本地镜像在 `focal-root` 目录中创建一个 `Ubuntu 20.04` 系统:
- 创建一个仅包含所需软件包的最小系统:
`sudo debootstrap --variant=minbase stable {{path/to/debian-root/}}`
-`focal-root` 目录中创建一个 Ubuntu 20.04 系统,并使用本地镜像:
`sudo debootstrap focal {{path/to/focal-root/}} {{file:///path/to/mirror/}}`
- 切换到引导系统:
- 切换到一个引导系统:
`sudo chroot {{path/to/root}}`
- 列出可用的版本:
`ls /usr/share/debootstrap/scripts/`
`ls /usr/share/debootstrap/scripts/`