Switch to my new Ublue CLI tool
This commit is contained in:
@@ -1,20 +1,19 @@
|
||||
name: laptop
|
||||
name: cp-laptop
|
||||
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
|
||||
- setup-framework-13.sh
|
||||
description: The image of Wunker OS for CP's laptop.
|
||||
usr-dirs:
|
||||
- usr-framework
|
||||
# scripts:
|
||||
# pre: []
|
||||
# post: []
|
||||
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: []
|
||||
# repos: []
|
||||
install:
|
||||
# Needed for yafti (the first boot installer). Remove if you're not using yafti.
|
||||
- python3-pip
|
||||
@@ -28,12 +27,10 @@ rpm:
|
||||
- fprintd-pam
|
||||
- tlp
|
||||
- powertop
|
||||
remove: []
|
||||
# remove: []
|
||||
firstboot:
|
||||
yafti: false
|
||||
yafti: true
|
||||
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