18 lines
462 B
YAML
18 lines
462 B
YAML
---
|
|
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
|
name: combo
|
|
base-image: quay.io/fedora/fedora-bootc
|
|
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-greeter
|
|
disabled:
|
|
- cosmic-greeter
|
|
- from-file: base/post-build.yml
|