mirror of
https://gitee.com/amber-ce/amber-ce-bookworm.git
synced 2025-12-15 03:22:06 +08:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f2f0c58436 | |||
| c5819be7d5 | |||
| 1f7a026401 | |||
| fa745aed12 | |||
| 5a7c2b41d4 | |||
| ded8320249 |
18
README.md
18
README.md
@@ -16,14 +16,7 @@ With the help of bubblewrap, a super tiny container solution, you can run a `Deb
|
||||
Please use `git clone --recurse-submodules` to obtain the env
|
||||
|
||||
|
||||
## Install Guide
|
||||
|
||||
|
||||
### Quick Install (Need to install Spark Store first)
|
||||
|
||||
[spk://store/tools/cn.flamescion.bookworm-compatibility-mode/](https://spk-resolv.spark-app.store/?spk=spk://store/tools/cn.flamescion.bookworm-compatibility-mode/)
|
||||
|
||||
### Manual Install(Debian/Fedora/Arch)
|
||||
## Install Guide(Debian/Fedora/Arch)
|
||||
|
||||
Share Link:https://share.spark-app.store/index.php?share/folder&user=1&sid=wHP86Kp4
|
||||
|
||||
@@ -32,17 +25,10 @@ Ubuntu 18.04 Need install https://packages.debian.org/buster/bubblewrap
|
||||
Arch: `yay -S amber-ce-bookworm`
|
||||
|
||||
|
||||
### Amber-CE x86
|
||||
|
||||
Use LAT to run a x86 bookworm container. Can install x86 debs and run x86 apps
|
||||
|
||||
https://pan.huang1111.cn/s/P63D6Cm
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
||||
## Build Guide
|
||||
## Build From.Source
|
||||
|
||||
### Debian
|
||||
|
||||
|
||||
12
README.zh.md
12
README.zh.md
@@ -11,13 +11,7 @@
|
||||
|
||||
请使用 `git clone --recurse-submodules` 来获取
|
||||
|
||||
## 安装指南
|
||||
|
||||
### 快捷安装 (需要安装星火应用商店)
|
||||
|
||||
[spk://store/tools/cn.flamescion.bookworm-compatibility-mode/](https://spk-resolv.spark-app.store/?spk=spk://store/tools/cn.flamescion.bookworm-compatibility-mode/)
|
||||
|
||||
### 手动安装(Debian/Fedora/Arch)
|
||||
## 安装指南 (Debian/Fedora/Arch)
|
||||
|
||||
|
||||
分享链接:https://share.spark-app.store/index.php?share/folder&user=1&sid=wHP86Kp4
|
||||
@@ -29,7 +23,7 @@ Arch:`yay -S amber-ce-bookworm`
|
||||
---
|
||||
|
||||
|
||||
## 构建指南
|
||||
## 从源代码构建指南
|
||||
|
||||
### Debian
|
||||
|
||||
@@ -46,4 +40,4 @@ dpkg-buildpackage -us -uc -b
|
||||
|
||||
`yay -S amber-ce-bookworm`
|
||||
|
||||
---
|
||||
---
|
||||
|
||||
3
debian/changelog
vendored
3
debian/changelog
vendored
@@ -1,4 +1,4 @@
|
||||
amber-ce-bookworm (12.5) UNRELEASED; urgency=low
|
||||
amber-ce-bookworm (12.6.0) UNRELEASED; urgency=low
|
||||
* fix: Can't pass args via bwrap
|
||||
* fix: Auto upgrade service always pop up upgradable notifier
|
||||
* fix: /etc/apt/sources.list only request main repo
|
||||
@@ -6,5 +6,6 @@ amber-ce-bookworm (12.5) UNRELEASED; urgency=low
|
||||
* fix: ACE Host Integration fail
|
||||
* adjust: remove dpkg from building depends
|
||||
* 把默认目录改为 amber-ce-bookworm
|
||||
* 支持使用Nvidia驱动加速
|
||||
|
||||
-- shenmo <shenmo@spark-app.store> Wed, 25 Sep 2024 23:15:49 +0800
|
||||
|
||||
@@ -107,8 +107,7 @@ BIND_DIRS=(
|
||||
"--dev-bind-try /mnt /mnt"
|
||||
"--dev-bind-try /tmp /tmp"
|
||||
"--dev-bind-try /data /data"
|
||||
"--dev /dev"
|
||||
"--dev-bind-try /dev/dri /dev/dri"
|
||||
"--dev-bind-try /dev /dev"
|
||||
"--proc /proc"
|
||||
"--dev-bind /sys /sys"
|
||||
"--dev-bind /run /run"
|
||||
|
||||
@@ -40,7 +40,7 @@ sudo rm -rf ace-env
|
||||
|
||||
pushd flamescion-container-tools/ace-host-integration
|
||||
|
||||
#dpkg-deb -Z xz -b . ../ace-host-integration.deb
|
||||
dpkg-deb -Z xz -b . ../ace-host-integration.deb
|
||||
|
||||
popd
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user