File tree Expand file tree Collapse file tree 7 files changed +55
-314
lines changed
Expand file tree Collapse file tree 7 files changed +55
-314
lines changed Original file line number Diff line number Diff line change 1+ # v0.40.5
2+
3+ * Fix downloading NVIDIA Data Center GPU Driver
4+ * Update [ sharun] ( https://github.com/VHSgunzo/sharun ) [ v0.2.8] ( https://github.com/VHSgunzo/sharun/releases/tag/v0.2.8 )
5+ * Update [ fake-systemd] ( https://github.com/VHSgunzo/runimage-fake-systemd ) package
6+ * Update [ runimage-static] ( https://github.com/VHSgunzo/runimage-static ) package
7+ * Update [ runimage-utils] ( https://github.com/VHSgunzo/runimage-utils.git ) package
8+ * Fix disabling Bubblewrap overlay if failed to start with it
9+ * Update example of ` steam ` packaging
10+ * Minor fixes
11+
112# v0.40.4
213
314* Fix processes killing with ` rim-kill `
Original file line number Diff line number Diff line change 11# Maintainer: VHSgunzo <vhsgunzo.github.io>
22
33pkgname=' runimage-utils'
4- pkgver=' 0.40.4 '
5- pkgrel=' 2 '
4+ pkgver=' 0.40.5 '
5+ pkgrel=' 1 '
66pkgdesc=' Utilities and scripts for RunImage container'
77url=" https://github.com/VHSgunzo/runimage"
88arch=(' any' )
Original file line number Diff line number Diff line change @@ -34,14 +34,16 @@ run_install() {
3434
3535 echo ' == create RunImage config for app (optionally)'
3636 echo \
37- ' RIM_CMPRS_LVL="${RIM_CMPRS_LVL:=22}"
38- RIM_CMPRS_BSIZE="${RIM_CMPRS_BSIZE:=22}"
37+ ' RIM_SYS_NVLIBS="${RIM_SYS_NVLIBS:=1}"
3938
40- RIM_SYS_NVLIBS="${RIM_SYS_NVLIBS:=1}"
39+ RIM_CMPRS_LVL="${RIM_CMPRS_LVL:=22}"
40+ RIM_CMPRS_BSIZE="${RIM_CMPRS_BSIZE:=24}"
4141
4242RIM_SHARE_ICONS="${RIM_SHARE_ICONS:=1}"
4343RIM_SHARE_FONTS="${RIM_SHARE_FONTS:=1}"
44- RIM_SHARE_THEMES="${RIM_SHARE_THEMES:=1}"' \
44+ RIM_SHARE_THEMES="${RIM_SHARE_THEMES:=1}"
45+
46+ RIM_UPDATE_SHRINK="${RIM_UPDATE_SHRINK:=1}"' \
4547> " $RUNDIR /config/steam.rcfg"
4648
4749 echo ' == Build new DwarFS runimage with zstd 22 lvl and 24 block size'
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments