Sneexy
BBlueBuild
•Created by Sneexy on 10/6/2024 in #questions
replace negativo17 with rpmfusion?
recently, it seems that the upstream ublue main images replaced the
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.
repo link if required36 replies
BBlueBuild
•Created by Sneexy on 9/6/2024 in #questions
invalid signature when validating ASN.1 encoded signature
23 replies
BBlueBuild
•Created by Sneexy on 9/4/2024 in #questions
ERROR: failed to solve: cannot copy to non-directory: /var/lib/[...]/usr/local
i'm trying to make a new image for myself, my current setup consists of 2 separate images:
- one simply does stuff such as compiling software or downloading other content to prevent filling the main image with build dependecies
- the other is the actual bluebuild image, where it copies the files of the first image into the image itself
for some reason, despite essentially just cloning the setup from another image, this is erroring out. bluebuild gives me
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.
related files:
- scripts used in the first image (wayland.sh
might be most relevant here)
- recipe file for the image (related line)
- first image/helper Containerfile
11 replies
BBlueBuild
•Created by Sneexy on 9/2/2024 in #questions
What does the `base` image include by default?
so, i'm considering making an image that uses the
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?16 replies
BBlueBuild
•Created by Sneexy on 8/13/2024 in #questions
"curl: option : blank argument where content is expected" while building
hello, i started getting an issue recently after doing the
/etc/
migration where for some reason curl
stopped working my script. here's the part where it errors in the github action, and here's the part of the script where i believe it begins to error out. no idea whats happening since this worked fine before, and maybe also if someone could suggest a better way of doing this instead of. however i'm doing it.16 replies