mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-10 12:40:06 +00:00
feat(deck): Switch bios updates to being default disabled, these will be enabled by Yafti at launch instead so they may be opted out of.
chore(deck): Clean-up shortcut removal for wine/winetricks.
This commit is contained in:
parent
d4c347847b
commit
3fd3ee510a
@ -309,9 +309,7 @@ RUN rpm-ostree install \
|
|||||||
; fi
|
; fi
|
||||||
|
|
||||||
# Cleanup & Finalize
|
# Cleanup & Finalize
|
||||||
RUN rm /usr/share/applications/winetricks.desktop && \
|
RUN rm /usr/share/applications/wine*.desktop && \
|
||||||
rm /usr/share/applications/wine.desktop && \
|
|
||||||
rm /usr/share/applications/wine-*.desktop && \
|
|
||||||
ln -s /usr/bin/steamos-logger /usr/bin/steamos-info && \
|
ln -s /usr/bin/steamos-logger /usr/bin/steamos-info && \
|
||||||
ln -s /usr/bin/steamos-logger /usr/bin/steamos-notice && \
|
ln -s /usr/bin/steamos-logger /usr/bin/steamos-notice && \
|
||||||
ln -s /usr/bin/steamos-logger /usr/bin/steamos-warning && \
|
ln -s /usr/bin/steamos-logger /usr/bin/steamos-warning && \
|
||||||
@ -342,8 +340,6 @@ RUN rm /usr/share/applications/winetricks.desktop && \
|
|||||||
systemctl enable jupiter-fan-control.service && \
|
systemctl enable jupiter-fan-control.service && \
|
||||||
systemctl enable duperemove-weekly@$(systemd-escape /run/media/mmcblk0p1).timer && \
|
systemctl enable duperemove-weekly@$(systemd-escape /run/media/mmcblk0p1).timer && \
|
||||||
systemctl enable vpower.service && \
|
systemctl enable vpower.service && \
|
||||||
systemctl enable jupiter-biosupdate.service && \
|
|
||||||
systemctl enable jupiter-controller-update.service && \
|
|
||||||
systemctl enable ds-inhibit.service && \
|
systemctl enable ds-inhibit.service && \
|
||||||
systemctl --global enable sdgyrodsu.service && \
|
systemctl --global enable sdgyrodsu.service && \
|
||||||
systemctl disable input-remapper.service && \
|
systemctl disable input-remapper.service && \
|
||||||
|
@ -17,6 +17,11 @@ screens:
|
|||||||
show_terminal: true
|
show_terminal: true
|
||||||
package_manager: yafti.plugin.run
|
package_manager: yafti.plugin.run
|
||||||
groups:
|
groups:
|
||||||
|
BIOS & Firmware Updates:
|
||||||
|
description: Enables BIOS & Firmware updates for Steam Deck hardware
|
||||||
|
default: true
|
||||||
|
packages:
|
||||||
|
- Enable Updates: just --unstable enable-deck-bios-firmware-updates
|
||||||
BoilR:
|
BoilR:
|
||||||
description: Adds games from various clients to Steam
|
description: Adds games from various clients to Steam
|
||||||
default: false
|
default: false
|
||||||
|
@ -252,6 +252,11 @@ unhide-grub:
|
|||||||
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
|
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
enable-deck-bios-firmware-updates:
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
sudo systemctl enable jupiter-biosupdate.service
|
||||||
|
sudo systemctl enable jupiter-controller-update.service
|
||||||
|
|
||||||
disable-deck-services:
|
disable-deck-services:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
sudo systemctl disable --now jupiter-fan-control.service
|
sudo systemctl disable --now jupiter-fan-control.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user