15 lines
376 B
YAML
15 lines
376 B
YAML
---
|
|
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
|
name: jp-laptop-cosmic
|
|
base-image: ghcr.io/ublue-os/cosmic
|
|
image-version: 41
|
|
description: The image of Wunker OS for JP's Laptop.
|
|
stages:
|
|
- from-file: common/helix.yml
|
|
modules:
|
|
- from-file: common/jp-laptop.yml
|
|
- type: rpm-ostree
|
|
install:
|
|
- steam
|
|
- from-file: common/helix.yml
|