"Package Not Found" in rpm-ostree module
gui-scale-applet
)from the repos when it clearly does exist in the COPR for gui-scale-applet: https://copr.fedorainfracloud.org/coprs/bhh32/gui-scale-applet/ This is likely some form of upstream issue with rpm-ostree, possibly because the repositories aren't being fully updated attempting installing, or it could be something completely different...add rpm-fusion to my image?
replace negativo17 with rpmfusion?
rpmfusion
repo with negativo17
. my issue is that this repository only includes a really small set of applications, mostly just being used by ublue for patched mesa and the like. my issue is that this repo doesn't provide as many applications as rpmfusion or the ones i use, such as mpd
, and from the repo directly:
This repository is NOT compatible with RPMFusion, nor it does attempt to replace it as I have no interest in adding any software out there.so i'm trying to figure out, is there a clean way to remove
negativo17
and readd rpmfusion
? since it seems like they did replace some components with packages from that repo, and i'm not sure if simply removing the negativo repo and dropping in rpmfusion would mess around with anything.
...How to change file permissions of an executeable pulled into an image
Custom Kernel with NVIDIA drivers
1Password app nowhere to be found and ISO building

Building custom ARM64 images?
Lacking space within distrobox
ujust update
my davinciibox distrobox says that it has run out of space to install the packages in /usr:
```
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'....Github action cannot push the image to ghcr
Gschema overrides not reliably sticking?
zz50-whatever
or something as opposed to zz1-
?...Signature issue when rebasing to signed image.
error: Creating importer: Failed to invoke skopeo proxy method OpenImage: remote error: A signature was required, but no signature exists
error: Creating importer: Failed to invoke skopeo proxy method OpenImage: remote error: A signature was required, but no signature exists
/etc/pki/containers
and /usr/etc/pki/containers
. ...policy.json
and they were the same. So, I'm pretty confident something went wrong with the failed pipeline.after "Successfully built and pushed image", Error: signing
Run Failed: unable to parse image ghcr.io/MrQvest/my-ublue invalid reference format
invalid signature when validating ASN.1 encoded signature
rpm-ostree upgrade
or rebase
to the unverified image, i get error: Creating importer: Failed to invoke skopeo proxy method OpenImage: remote error: cryptographic signature verification failed: invalid signature when validating ASN.1 encoded signature
(repo link)...cosign.pub
from your repo to /etc/pki/containers/$your_image_name.pub
...
Specify release tag for UBlue build
testing
tag instead of the latest
tag? I tried
alt-tags
-testing
alt-tags
-testing
alt-tags:
to testing
, then it should push an image with the tags testing
, testing-$VERSION
, $TIMESTAMP-testing-$VERSION
, and $COMMIT_SHA-testing-$VERSION
when built on your main branchERROR: failed to solve: cannot copy to non-directory: /var/lib/[...]/usr/local
ERROR: cannot copy to non-directory: /var/lib/buildkit/runc-overlayfs/cachemounts/buildkit2036245495/usr/local
. it seems like it doesn't like doing anything with /usr/local
, but i think i've confirmed that the first image doesn't have that directory. so i'm completely lost here....Virt Manager: Failed to connect socket to '/var/run/libvirt/virtnetworkd-sock'
Failed to connect socket to '/var/run/libvirt/virtnetworkd-sock'
despite all of the appropriate packages being layered correctly and most of the advice I find online for other linux systems (changing the permissions of said file) seem to fail. Notably, my system is missing that file in both 08262024 (the non working image) and 08212024 (where virt manager is still working, as expected.)
Anybody have any advice for fixing this? Thanks to ostree I'm not pressed for time or anything, but it would be nice to have it working on newer operating system images. 🙂...Why rpm dependencies conflict is not stopping the build
rpm-ostree
module I wanted to remove some package without knowing they were needed by other packages. This leads to error while resolving dependencies at build time. Somehow the build in the CI was successful and I rebased without being aware of these conflicts. I would like to know if this behavior is on purpose or not.
Here is a link to the action log (line 3355) : https://github.com/benoitlx/custom-desktop-image/actions/runs/10683413026/job/29611427107...What does the `base` image include by default?
niri
window manager with all of my configurations and stuff.
i know using the sericea
base would be an easy way to do it since thats based on sway and includes everything out of the box for a wayland window manager setup, but i'd prefer a way to not have any of the default applications/utilities installed (sway, mako etc) or for the ability to simply remove them without having to do anything else so i can use my own set of programs/utilities.
so, again, what does the base
by default? i assume its minimal out of the box, but what exactly would be missing? would i need to install things like cups
or any of the default fedora tools/packages that are configured for desktop, or is it just a better idea to use the sericea
image and do it that way?...base
has most things you needQuestions about firstboot scripts
ublue-os/firstboot
directory run any bash script that is there on the first boot or is it only for yafti.yml
?
I wanted to make a firstboot script just to configure and download some things at the beginning and never run it again....