diff --git a/README.md b/README.md index 0c5873d..f52cc9c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -# 书虫兼容环境 -书虫兼容环境,是一款基于bubblewrap的容器化应用打包和分发方案。 +# 书虫兼容模式 +书虫兼容模式,是`琥珀兼容环境(ACE)`的一部分 -用极为轻量的容器方案让你可以在几乎任何的Linux发行版上运行一个`Debian 12`容器。在`Appimage`应用无法启动或者打包的时候,使用书虫兼容环境来打包可以让你在使用最新的环境的同时在更多的发行版上运行,是一个很好的选择 +琥珀兼容环境是一款基于bubblewrap的容器化应用打包和分发方案。 -书虫兼容环境让你可以在deepin或UOS上使用Debian 12的应用,为你带来更好的使用体验! +书虫兼容模式用极为轻量的容器方案让你可以在几乎任何的Linux发行版上运行一个`Debian 12`容器。在`Appimage`应用无法启动或者打包的时候,使用书虫兼容模式来打包可以让你在使用最新的环境的同时在更多的发行版上运行,是一个很好的选择 + +书虫兼容模式让你可以在deepin或UOS上使用Debian 12的应用,为你带来更好的使用体验! 兼容环境内不允许提权,若要在容器内使用root,请使用 sudo bookworm-run @@ -14,7 +16,9 @@ # Bookworm compatibility mode -Bookworm compatibility mode is a container app packaging and distributing solution. +Bookworm compatibility mode is a part of `Amber Compatability Environment(ACE)` + +Amber Compatability Environment is a container app packaging and distributing solution. With the help of bubblewrap, a super tiny container solution, you can run a `Debian 12` container in almost every linux distrobution. When you can not launch or pack an `Appimage` App, using Bookworm compatibility mode can allow you to pack the app in a newer environment and also be able to run on more distrobutions. It is a good choice! diff --git a/src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/build-container.sh b/src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/build-container.sh index c80d2c9..6089bb0 100755 --- a/src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/build-container.sh +++ b/src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/build-container.sh @@ -6,5 +6,5 @@ fi cd "`dirname $0`" sudo debootstrap bookworm ./bookworm-env https://mirrors.ustc.edu.cn/debian/ -tar -cJvf bookworm-env.tar.xz bookworm-env/* +tar -I 'xz -T0' -cvf bookworm-env.tar.xz bookworm-env/* sudo rm -rf bookworm-env