Skip to content

Commit d4584d0

Browse files
committed
v0.40.5
1 parent 33ff743 commit d4584d0

File tree

7 files changed

+55
-314
lines changed

7 files changed

+55
-314
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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`

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Maintainer: VHSgunzo <vhsgunzo.github.io>
22

33
pkgname='runimage-utils'
4-
pkgver='0.40.4'
5-
pkgrel='2'
4+
pkgver='0.40.5'
5+
pkgrel='1'
66
pkgdesc='Utilities and scripts for RunImage container'
77
url="https://github.com/VHSgunzo/runimage"
88
arch=('any')

examples/steam.sh

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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
4242
RIM_SHARE_ICONS="${RIM_SHARE_ICONS:=1}"
4343
RIM_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'

rootfs/usr/bin/runbuild

Lines changed: 0 additions & 287 deletions
This file was deleted.

rootfs/usr/bin/runupdate

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)