Merge branch 'main' into image-info

This commit is contained in:
Kyle Gospodnetich 2023-09-22 14:15:58 -07:00 committed by GitHub
commit bb9dff8409
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 4 deletions

View File

@ -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

View File

@ -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.