Expand multiple build capabilities
This commit is contained in:
42
recipe-c.yml
Normal file
42
recipe-c.yml
Normal file
@@ -0,0 +1,42 @@
|
||||
name: laptop-c
|
||||
base-image: ghcr.io/ublue-os/cinnamon-main
|
||||
fedora-version: 38
|
||||
description: The image of Wunker OS for a regular Cinnaomon user.
|
||||
scripts:
|
||||
pre:
|
||||
- autorun.sh
|
||||
post:
|
||||
- autorun.sh
|
||||
rpm:
|
||||
# A list of urls of ".repo" files that should be added to your system.
|
||||
# This is the proper way to add custom COPR repos to your image.
|
||||
# Tip: Use `%FEDORA_VERSION%` instead of static Fedora version numbers,
|
||||
# so that your repos automatically use your image's actual Fedora version,
|
||||
# which greatly simplifies future maintenance of your custom recipe.
|
||||
repos: []
|
||||
install:
|
||||
# Needed for yafti (the first boot installer). Remove if you're not using yafti.
|
||||
- python3-pip
|
||||
# GNOME's GTK4 theme, Libadwaita. Already included in Silverblue, but not
|
||||
# other spins. You can remove if you aren't using yafti, but many native
|
||||
# apps and binaries require it, so it's a good idea to always include it
|
||||
# if you ever download or compile any custom software on your machine.
|
||||
- libadwaita
|
||||
- cronie
|
||||
- fprintd
|
||||
- fprintd-pam
|
||||
- tlp
|
||||
- powertop
|
||||
- plasma-browser-integration
|
||||
remove:
|
||||
# Remove the native firefox (from Fedora) in favor of the Flatpak.
|
||||
- firefox
|
||||
- firefox-langpacks
|
||||
firstboot:
|
||||
yafti: false
|
||||
flatpaks:
|
||||
- io.github.celluloid_player.Celluloid
|
||||
- org.kde.
|
||||
- com.discordapp.Discord
|
||||
- com.nextcloud.desktopclient.nextcloud
|
||||
- com.google.Chrome
|
||||
Reference in New Issue
Block a user