diff --git a/README.md b/README.md index fac08396c089a3fde0e393ca252def57555022d6..95d412d4863356c2be9d594cf4d651e8cd0e07e6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ $ sudo apt install debianutils sed make binutils build-essential gcc \ g++ bash patch gzip bzip2 perl tar cpio unzip rsync file bc wget git \ debootstrap qemu-user-static binfmt-support debian-archive-keyring ``` -对于Debian12系统,还需要从Debian12 backports源安装debootstrap 1.0.134版本: +对于Debian12主机系统,还需要: +(1)设置PATH环境变量:`PATH=$PATH:/usr/sbin` +(2)从Debian12 backports源安装debootstrap 1.0.134版本: 确保在/etc/apt/sources.list中添加了Debian12 backports源,例如`deb http://ftp.cn.debian.org/debian bookworm-backports main`, 然后运行 ```