feat: Add Bore config from CachyOS

This commit is contained in:
Kyle Gospodnetich 2024-06-22 14:15:08 -07:00
parent 4743adfbd1
commit 00f1eb4d23

View File

@ -643,6 +643,7 @@ RUN /usr/libexec/containerbuild/build-initramfs && \
curl -Lo /usr/etc/dxvk-example.conf https://raw.githubusercontent.com/doitsujin/dxvk/master/dxvk.conf && \
curl -Lo /usr/bin/waydroid-choose-gpu https://raw.githubusercontent.com/KyleGospo/waydroid-scripts/main/waydroid-choose-gpu.sh && \
chmod +x /usr/bin/waydroid-choose-gpu && \
curl -Lo /usr/lib/sysctl.d/99-bore-scheduler.conf https://github.com/CachyOS/CachyOS-Settings/raw/master/usr/lib/sysctl.d/99-bore-scheduler.conf && \
ostree container commit
FROM bazzite as bazzite-deck