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

@@ -0,0 +1,17 @@
# mmdebstrap
> 创建一个 Debian chroot。
> `debootstrap` 的替代方案。
> 更多信息:<https://gitlab.mister-muffin.de/josch/mmdebstrap/>.
- 创建一个 Debian Stable 目录 chroot
`sudo mmdebstrap stable {{path/to/debian-root/}}`
- 使用镜像创建一个 Debian Bookworm tarball chroot
`mmdebstrap bookworm {{path/to/debian-bookworm.tar}} {{http://mirror.example.org/debian}}`
- 创建一个带有额外软件包的 Debian Sid tarball chroot
`mmdebstrap sid {{path/to/debian-sid.tar}} --include={{pkg1,pkg2}}`