更新鸣谢列表

This commit is contained in:
2022-12-06 12:44:53 +08:00
parent ed39b338c9
commit 640c9f77a0
22 changed files with 477 additions and 347 deletions

View File

@@ -13,6 +13,9 @@ echo $2
echo $3
# 挂载必备目录
cd "$1"
# 拷贝 Qemu Static
cp -r /usr/bin/qemu-*-static ./usr/bin
# 挂载目录
mount --bind /dev ./dev
#mount --bind /dev/pts ./dev/pts
mount -t proc /proc ./proc