Qemu优化

This commit is contained in:
2022-12-03 21:47:05 +08:00
parent 9c0e2d11b3
commit f6698e2f39
5 changed files with 48 additions and 5 deletions
+10 -1
View File
@@ -24,4 +24,13 @@ umount ./opt/apps/deepin-wine-runner/
# 挂载字体
umount ./usr/share/fonts
# 挂载用户目录到 /root(默认 $HOME 路径)
umount ./root
umount ./root
for username in $(ls ./home)
do
echo ./home/$username
umount ./home/$username
# if [ -d ./home/$username/.deepinwine/$CONTAINER_NAME ]
# then
# rm -rf ./home/$username/.deepinwine/$CONTAINER_NAME
# fi
done