Base off of kinoite for combo
This commit is contained in:
@@ -1,18 +1,12 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||
name: combo-nvidia
|
||||
base-image: quay.io/fedora-ostree-desktops/base-atomic
|
||||
base-image: quay.io/fedora-ostree-desktops/kinoite
|
||||
image-version: 42
|
||||
description: The base image of Wunker OS with COSMIC and Plasma for Nvidia
|
||||
modules:
|
||||
- from-file: base/common.yml
|
||||
- from-file: base/cosmic.yml
|
||||
- from-file: base/kinoite.yml
|
||||
- type: systemd
|
||||
system:
|
||||
enabled:
|
||||
- sddm
|
||||
disabled:
|
||||
- cosmic-greeter
|
||||
- from-file: base/nvidia.yml
|
||||
- from-file: base/post-build.yml
|
||||
|
||||
@@ -1,17 +1,11 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||
name: combo
|
||||
base-image: quay.io/fedora-ostree-desktops/base-atomic
|
||||
base-image: quay.io/fedora-ostree-desktops/kinoite
|
||||
image-version: 42
|
||||
description: The base image of Wunker OS with COSMIC and Plasma
|
||||
modules:
|
||||
- from-file: base/common.yml
|
||||
- from-file: base/cosmic.yml
|
||||
- from-file: base/kinoite.yml
|
||||
- type: systemd
|
||||
system:
|
||||
enabled:
|
||||
- sddm
|
||||
disabled:
|
||||
- cosmic-greeter
|
||||
- from-file: base/post-build.yml
|
||||
|
||||
@@ -3,9 +3,10 @@
|
||||
name: cosmic-nvidia
|
||||
base-image: quay.io/fedora-ostree-desktops/base-atomic
|
||||
image-version: 42
|
||||
description: The base image of Wunker OS
|
||||
description: The base image of Wunker OS with COSMIC for Nvidia
|
||||
modules:
|
||||
- from-file: base/common.yml
|
||||
- from-file: base/cosmic.yml
|
||||
- from-file: base/cosmic-greeter.yml
|
||||
- from-file: base/nvidia.yml
|
||||
- from-file: base/post-build.yml
|
||||
|
||||
@@ -3,8 +3,9 @@
|
||||
name: cosmic
|
||||
base-image: quay.io/fedora-ostree-desktops/base-atomic
|
||||
image-version: 42
|
||||
description: The base image of Wunker OS
|
||||
description: The base image of Wunker OS with COSMIC
|
||||
modules:
|
||||
- from-file: base/common.yml
|
||||
- from-file: base/cosmic.yml
|
||||
- from-file: base/cosmic-greeter.yml
|
||||
- from-file: base/post-build.yml
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||
name: kinoite-nvidia
|
||||
base-image: quay.io/fedora-ostree-desktops/base-atomic
|
||||
base-image: quay.io/fedora-ostree-desktops/kinoite
|
||||
image-version: 42
|
||||
description: The base image of Wunker OS
|
||||
description: The base image of Wunker OS with Plasma for Nvidia
|
||||
modules:
|
||||
- from-file: base/common.yml
|
||||
- from-file: base/kinoite.yml
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||
name: kinoite
|
||||
base-image: quay.io/fedora-ostree-desktops/base-atomic
|
||||
base-image: quay.io/fedora-ostree-desktops/kinoite
|
||||
image-version: 42
|
||||
description: The base image of Wunker OS
|
||||
description: The base image of Wunker OS with Plasma
|
||||
modules:
|
||||
- from-file: base/common.yml
|
||||
- from-file: base/kinoite.yml
|
||||
|
||||
6
recipes/base/cosmic-greeter.yml
Normal file
6
recipes/base/cosmic-greeter.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
modules:
|
||||
# Setup cosmic greeter as DM
|
||||
- type: systemd
|
||||
system:
|
||||
enabled:
|
||||
- cosmic-greeter
|
||||
@@ -14,9 +14,3 @@ modules:
|
||||
# group-install:
|
||||
# packages:
|
||||
# - cosmic-desktop-environment
|
||||
|
||||
# Setup cosmic greeter as DM
|
||||
- type: systemd
|
||||
system:
|
||||
enabled:
|
||||
- cosmic-greeter
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
modules:
|
||||
- type: dnf
|
||||
group-install:
|
||||
packages:
|
||||
- kde-desktop
|
||||
install:
|
||||
packages:
|
||||
- fcitx5-qt
|
||||
@@ -28,7 +25,3 @@ modules:
|
||||
- type: script
|
||||
snippets:
|
||||
- dnf5 versionlock add "qt6-*"
|
||||
- type: systemd
|
||||
system:
|
||||
enabled:
|
||||
- sddm
|
||||
|
||||
Reference in New Issue
Block a user