Base off of kinoite for combo

This commit is contained in:
2025-09-11 22:38:16 -04:00
parent 14c56f13cb
commit 873a0bce81
9 changed files with 16 additions and 33 deletions

View File

@@ -1,18 +1,12 @@
--- ---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: combo-nvidia name: combo-nvidia
base-image: quay.io/fedora-ostree-desktops/base-atomic base-image: quay.io/fedora-ostree-desktops/kinoite
image-version: 42 image-version: 42
description: The base image of Wunker OS with COSMIC and Plasma for Nvidia description: The base image of Wunker OS with COSMIC and Plasma for Nvidia
modules: modules:
- from-file: base/common.yml - from-file: base/common.yml
- from-file: base/cosmic.yml - from-file: base/cosmic.yml
- from-file: base/kinoite.yml - from-file: base/kinoite.yml
- type: systemd
system:
enabled:
- sddm
disabled:
- cosmic-greeter
- from-file: base/nvidia.yml - from-file: base/nvidia.yml
- from-file: base/post-build.yml - from-file: base/post-build.yml

View File

@@ -1,17 +1,11 @@
--- ---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: combo name: combo
base-image: quay.io/fedora-ostree-desktops/base-atomic base-image: quay.io/fedora-ostree-desktops/kinoite
image-version: 42 image-version: 42
description: The base image of Wunker OS with COSMIC and Plasma description: The base image of Wunker OS with COSMIC and Plasma
modules: modules:
- from-file: base/common.yml - from-file: base/common.yml
- from-file: base/cosmic.yml - from-file: base/cosmic.yml
- from-file: base/kinoite.yml - from-file: base/kinoite.yml
- type: systemd
system:
enabled:
- sddm
disabled:
- cosmic-greeter
- from-file: base/post-build.yml - from-file: base/post-build.yml

View File

@@ -3,9 +3,10 @@
name: cosmic-nvidia name: cosmic-nvidia
base-image: quay.io/fedora-ostree-desktops/base-atomic base-image: quay.io/fedora-ostree-desktops/base-atomic
image-version: 42 image-version: 42
description: The base image of Wunker OS description: The base image of Wunker OS with COSMIC for Nvidia
modules: modules:
- from-file: base/common.yml - from-file: base/common.yml
- from-file: base/cosmic.yml - from-file: base/cosmic.yml
- from-file: base/cosmic-greeter.yml
- from-file: base/nvidia.yml - from-file: base/nvidia.yml
- from-file: base/post-build.yml - from-file: base/post-build.yml

View File

@@ -3,8 +3,9 @@
name: cosmic name: cosmic
base-image: quay.io/fedora-ostree-desktops/base-atomic base-image: quay.io/fedora-ostree-desktops/base-atomic
image-version: 42 image-version: 42
description: The base image of Wunker OS description: The base image of Wunker OS with COSMIC
modules: modules:
- from-file: base/common.yml - from-file: base/common.yml
- from-file: base/cosmic.yml - from-file: base/cosmic.yml
- from-file: base/cosmic-greeter.yml
- from-file: base/post-build.yml - from-file: base/post-build.yml

View File

@@ -1,9 +1,9 @@
--- ---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: kinoite-nvidia name: kinoite-nvidia
base-image: quay.io/fedora-ostree-desktops/base-atomic base-image: quay.io/fedora-ostree-desktops/kinoite
image-version: 42 image-version: 42
description: The base image of Wunker OS description: The base image of Wunker OS with Plasma for Nvidia
modules: modules:
- from-file: base/common.yml - from-file: base/common.yml
- from-file: base/kinoite.yml - from-file: base/kinoite.yml

View File

@@ -1,9 +1,9 @@
--- ---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: kinoite name: kinoite
base-image: quay.io/fedora-ostree-desktops/base-atomic base-image: quay.io/fedora-ostree-desktops/kinoite
image-version: 42 image-version: 42
description: The base image of Wunker OS description: The base image of Wunker OS with Plasma
modules: modules:
- from-file: base/common.yml - from-file: base/common.yml
- from-file: base/kinoite.yml - from-file: base/kinoite.yml

View File

@@ -0,0 +1,6 @@
modules:
# Setup cosmic greeter as DM
- type: systemd
system:
enabled:
- cosmic-greeter

View File

@@ -14,9 +14,3 @@ modules:
# group-install: # group-install:
# packages: # packages:
# - cosmic-desktop-environment # - cosmic-desktop-environment
# Setup cosmic greeter as DM
- type: systemd
system:
enabled:
- cosmic-greeter

View File

@@ -1,8 +1,5 @@
modules: modules:
- type: dnf - type: dnf
group-install:
packages:
- kde-desktop
install: install:
packages: packages:
- fcitx5-qt - fcitx5-qt
@@ -28,7 +25,3 @@ modules:
- type: script - type: script
snippets: snippets:
- dnf5 versionlock add "qt6-*" - dnf5 versionlock add "qt6-*"
- type: systemd
system:
enabled:
- sddm