mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-06-15 13:49:33 +00:00
66 lines
1.8 KiB
YAML
66 lines
1.8 KiB
YAML
---
|
|
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
|
|
|
# enter image name here
|
|
name: solarpowered
|
|
# enter image description here
|
|
description: Custom image for Lenovo T480/s devices, based on Vanilla Silverblue
|
|
|
|
# this template is for use with
|
|
# shared/base.yml
|
|
|
|
# defines base image
|
|
# ---
|
|
base-image: quay.io/fedora/fedora-silverblue
|
|
|
|
# defines image major version
|
|
# ---
|
|
image-version: 43
|
|
|
|
modules:
|
|
# this includes everything except for image-specific modifications
|
|
# ---
|
|
- from-file: shared/base.yml
|
|
|
|
# image-specific packages module
|
|
# base/core packages are all handled by solarpowered-raw
|
|
# and should not be added here.
|
|
# systemd services related to image-specific packages
|
|
# may also be placed within this module for simplicity
|
|
# ---
|
|
- from-file: packages/solarpowered.yml
|
|
|
|
# Plymouth
|
|
- from-file: shared/plymouth.yml
|
|
|
|
# kernel selection
|
|
# select ONE of the following from-file line
|
|
# ---
|
|
# - from-file: kernels/bazzite.yml
|
|
- from-file: kernels/blu.yml
|
|
# - from-file: kernels/cachy.yml
|
|
# - from-file: kernels/fedora.yml
|
|
|
|
# files module
|
|
# copies files into /
|
|
# ---
|
|
- type: files
|
|
files:
|
|
# create a folder under files/ with the image name
|
|
# and place directories and files appropriately
|
|
# source entry should be the same name as the image name
|
|
- source: solarpowered # image name, or folder as named under files/
|
|
destination: /
|
|
|
|
- type: os-release
|
|
properties:
|
|
PRETTY_NAME: Fedora Linux 43 (Silverblue)
|
|
VERSION_CODENAME: solarpowered
|
|
DEFAULT_HOSTNAME: spwd
|
|
HOME_URL: https://github.com/askpng/solarpowered
|
|
DOCUMENTATION_URL: https://github.com/askpng/solarpowered
|
|
SUPPORT_URL: https://github.com/askpng/solarpowered/issues
|
|
BUG_REPORT_URL: https://github.com/askpng/solarpowered/issues
|
|
|
|
- type: signing
|