mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-07 05:47:53 +00:00
docs: document everything undocumented
This commit is contained in:
@@ -8,8 +8,14 @@ base-container: ghcr.io/ublue-os/silverblue-main
|
|||||||
# what fedora version to use, you can just change this to update
|
# what fedora version to use, you can just change this to update
|
||||||
fedora-version: 37
|
fedora-version: 37
|
||||||
|
|
||||||
|
# these rpms will be installed from the fedora repository
|
||||||
|
# using rpm-ostree and will be preinstalled in the final image
|
||||||
rpms:
|
rpms:
|
||||||
- python3-pip # needed for yafti
|
- python3-pip # needed for yafti (the first boot installer)
|
||||||
|
|
||||||
|
# these flatpaks (from flathub) will be available for install on boot
|
||||||
|
# this is just an example selection, and even if you leave it empty,
|
||||||
|
# you'll have the basic options available in yafti
|
||||||
flatpaks:
|
flatpaks:
|
||||||
- org.mozilla.firefox
|
- org.mozilla.firefox
|
||||||
- org.mozilla.Thunderbird
|
- org.mozilla.Thunderbird
|
||||||
|
|||||||
Reference in New Issue
Block a user