From 360cd7839718b05614cf271ca339cb083ffe1c96 Mon Sep 17 00:00:00 2001 From: Pat Connors <121328689+nicknamenamenick@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:18:26 -0500 Subject: [PATCH] feat(readme): Add Features from Upstream (#536) --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 14128ba3..00b01a1b 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ - [Features for **Desktop** Images](https://github.com/ublue-os/bazzite#desktop) - [Features for **Steam Deck / HTPC** Images](https://github.com/ublue-os/bazzite#steam-deckhome-theater-pcs-htpcs) - [Features for **GNOME** Images](https://github.com/ublue-os/bazzite#gnome) + - [Features from Upstream](https://github.com/ublue-os/bazzite#features-from-upstream) - [Why & Frequently Asked Questions](https://github.com/ublue-os/bazzite#why) - [Showcase & Newsletter](https://github.com/ublue-os/bazzite#showcase) - [Custom Packages](https://github.com/ublue-os/bazzite#custom-packages) @@ -161,6 +162,24 @@ To rebase an existing ostree system to the **Steam Deck/HTPC** release: rpm-ostree rebase ostree-unverified-registry:ghcr.io/ublue-os/bazzite-deck-gnome:latest ``` +### Features from Upstream + +#### Universal Blue + +- Flathub is enabled by default. +- [`just`](https://github.com/casey/just) commands for convenience. +- Multi-media codecs out of the box. +- Rollback Bazzite from any build within the last 90 days. + +#### Features from Fedora Linux (Kinoite & Silverblue) + +- A rock solid and stable base. +- System packages stay relatively up to date. +- Can layer Fedora packages to the image without losing them between updates. +- Security focused with [SELinux](https://github.com/SELinuxProject/selinux) preinstalled and configured out of the box. +- The ability to rebase to different Fedora libostree images, if desired, without losing user data. +- Printing support thanks to [CUPS](https://www.cups.org/) being preinstalled. + ## Why Bazzite started as a project to resolve some of the issues that plague SteamOS, mainly out of date packages (despite an Arch base) and the lack of a functional package manager.