19 lines
477 B
YAML
19 lines
477 B
YAML
---
|
|
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
|
name: ucore-hci-badblocks
|
|
description: Customizations of ucore for personal use
|
|
|
|
base-image: ghcr.io/ublue-os/ucore-hci
|
|
image-version: lts
|
|
|
|
modules:
|
|
- from-file: base.yml
|
|
- type: dnf
|
|
repos:
|
|
files:
|
|
- https://negativo17.org/repos/fedora-multimedia.repo
|
|
keys:
|
|
- https://negativo17.org/repos/RPM-GPG-KEY-slaanesh
|
|
install:
|
|
packages:
|
|
- displaylink
|