mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-27 03:35:15 +00:00
Merge branch 'main' into image-info
This commit is contained in:
commit
bb9dff8409
@ -12,8 +12,7 @@ ARG BASE_IMAGE_NAME="${BASE_IMAGE_NAME}"
|
||||
ARG IMAGE_FLAVOR="${IMAGE_FLAVOR}"
|
||||
ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION}"
|
||||
|
||||
COPY system_files/desktop/shared /
|
||||
COPY system_files/desktop/${BASE_IMAGE_NAME} /
|
||||
COPY system_files/desktop/shared system_files/desktop/${BASE_IMAGE_NAME} /
|
||||
COPY image-info.sh /tmp/image-info.sh
|
||||
|
||||
# Add ublue packages, add needed negativo17 repo and then immediately disable due to incompatibility with RPMFusion
|
||||
@ -228,8 +227,7 @@ ARG BASE_IMAGE_NAME="${BASE_IMAGE_NAME}"
|
||||
ARG IMAGE_FLAVOR="${IMAGE_FLAVOR}"
|
||||
ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION}"
|
||||
|
||||
COPY system_files/deck/shared /
|
||||
COPY system_files/deck/${BASE_IMAGE_NAME} /
|
||||
COPY system_files/deck/shared system_files/deck/${BASE_IMAGE_NAME} /
|
||||
COPY image-info.sh /tmp/image-info.sh
|
||||
|
||||
# Setup Copr repos
|
||||
|
14
README.md
14
README.md
@ -8,6 +8,20 @@
|
||||
[![build-bazzite](https://github.com/ublue-os/bazzite/actions/workflows/build.yml/badge.svg)](https://github.com/ublue-os/bazzite/actions/workflows/build.yml)
|
||||
[![build-bazzite-arch](https://github.com/ublue-os/bazzite-arch/actions/workflows/build.yml/badge.svg)](https://github.com/ublue-os/bazzite-arch/actions/workflows/build.yml)
|
||||
|
||||
---
|
||||
# Table of Contents
|
||||
- [Features for **All** Bazzite Images](https://github.com/ublue-os/bazzite#about--features)
|
||||
- [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)
|
||||
- [Why, FAQ, & Showcase](https://github.com/ublue-os/bazzite#why)
|
||||
- [Custom Packages](https://github.com/ublue-os/bazzite#custom-packages)
|
||||
- [Verification & Metrics](https://github.com/ublue-os/bazzite#verification)
|
||||
- [Special Thanks](https://github.com/ublue-os/bazzite#special-thanks)
|
||||
- [Building Your Own](https://github.com/ublue-os/bazzite#build-your-own)
|
||||
- [Community](https://github.com/ublue-os/bazzite#join-the-community)
|
||||
---
|
||||
|
||||
## About & Features
|
||||
|
||||
Bazzite is an OCI image that serves as an alternative operating system for the [Steam Deck](https://www.steamdeck.com/), and a ready-to-game SteamOS-like for desktop computers and living room home theater PCs.
|
||||
|
Loading…
x
Reference in New Issue
Block a user