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....What is a compiler-based build
containerfile
and copy
to be exact) and I wanna know what it means, and most importantly if I can use the modules on GH Actionsyafti configuration
usr/share/ublue-os/firstboot/yafti.yml
like this:
```yaml...Entering emergency mode on boot
systemctl reboot
, then it will take me to the regular fedora Grub menu so I can select the second ostree image which works. Note that I did also rebase to the same exact version as the last functional image but still for some reason when I select anything besides the "old" image it won't work.
Any ideas on what might be the problem, and how to fix?
Thanks...