Bullseye alongside Bookworm (#61)

* revert to bullseye.

* add bookworm.

* add bookworm to variants.

* include xf86-video-dummy because the remote git instance is offline.

* fix configure.
This commit is contained in:
Miroslav Šedivý
2024-01-26 18:47:40 +01:00
committed by GitHub
parent 3dbcc41795
commit 014c8fa586
34 changed files with 54168 additions and 30 deletions

11
runtime/dbus Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh
if [ ! -d /var/run/dbus ]; then
mkdir -p /var/run/dbus
fi
if [ -f /var/run/dbus/pid ]; then
rm -f /var/run/dbus/pid
fi
/usr/bin/dbus-daemon --nofork --print-pid --config-file=/usr/share/dbus-1/system.conf