Update cookbook, relibc, and add packages to x11 config

This commit is contained in:
Jeremy Soller 2025-05-05 21:12:03 -06:00
parent e882ad53a9
commit 65efc19a9f
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
3 changed files with 19 additions and 3 deletions

View File

@ -15,6 +15,7 @@ gtk3 = {}
mesa-x11 = {}
mesa-demos-x11 = {}
twm = {}
xev = {}
xeyes = {}
xinit = {}
xkbcomp = {}
@ -22,6 +23,7 @@ xkbutils = {}
xkeyboard-config = {}
xserver-xorg = {}
xserver-xorg-video-dummy = {}
xterm = {}
[[files]]
path = "/usr/lib/init.d/20_xenv"
@ -32,6 +34,20 @@ export DISPLAY :0
[[files]]
path = "/usr/lib/init.d/40_x"
data = """
X :0 -verbose 6
bash /usr/bin/orbital-x11
"""
[[files]]
path = "/usr/bin/orbital-x11"
data = """
#!/usr/bin/env bash
set -ex
X "${DISPLAY}" -verbose 6 &
sleep 1
twm &
xeyes &
xev &
xterm &
"""

@ -1 +1 @@
Subproject commit eadbdc9a2e3c138d133227e3fe190f06fbed57b7
Subproject commit fbc0d2d8cd33382722c0c93a6a74497ec9c54808

2
relibc

@ -1 +1 @@
Subproject commit 275b92ee9225ae1c0036363634e2b57ceca3275b
Subproject commit 3402246d87c00cd04e44ad4967a41fa89494099d