mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-16 07:21:11 +00:00
chore(readme): Minor cleanup
This commit is contained in:
parent
01c50c41c2
commit
c0cf65eaa7
@ -87,7 +87,7 @@ Variant designed for usage as an alternative to SteamOS on the Steam Deck, and f
|
||||
- Built in support for display overclocking. For example, add `GAMESCOPE_OVERRIDE_REFRESH_RATE=40,70` to `/etc/environment`.
|
||||
- Ability to switch back to X11 on the desktop if desired by editing `/etc/default/desktop-wayland`.
|
||||
- 32GB RAM mod your Steam Deck? Enjoy double the maximum VRAM amount, automatically applied. <sup><sub>(Can you share your soldering skills?)</sub></sup>
|
||||
- Steam Deck hardware-specific services can be disabled by running `just disable-deck-services` in the terminal, useful for trying this image on other handhelds or for HTPCs.
|
||||
- Steam Deck hardware-specific services can be disabled by running `just disable-deck-services` in the terminal, useful for trying this image on other handhelds or for use on HTPCs.
|
||||
|
||||
> [!WARNING]
|
||||
> **Due to an upstream bug, Bazzite cannot be used on Steam Decks with 64GB eMMC storage at this time.**
|
||||
@ -129,7 +129,7 @@ podman pull ghcr.io/ublue-os/config && rpm-ostree install --assumeyes --apply-li
|
||||
> [!WARNING]
|
||||
> **Due to an upstream bug, Bazzite cannot be used on Steam Decks with 64GB eMMC storage at this time.**
|
||||
|
||||
To rebase an existing ostree system to the **Steam Deck** release:
|
||||
To rebase an existing ostree system to the **Steam Deck/HTPC** release:
|
||||
|
||||
```bash
|
||||
podman pull ghcr.io/ublue-os/config && rpm-ostree install --assumeyes --apply-live --force-replacefiles $(find ~/.local/share/containers -name ublue-os-signing.noarch.rpm 2>/dev/null) && rpm-ostree rebase --uninstall $(rpm -q ublue-os-signing-* --queryformat '%{NAME}-%{VERSION}-%{RELEASE}.%{Arch}') ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-deck-gnome:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user