xyny
BBlueBuild
•Created by Siegfried27 on 11/4/2024 in #questions
How is the best way to design and test my system?
Then you can always reinstall from ISO, or rebase to the image hosted on GitHub, or run a registry locally and pass that to the VM
8 replies
BBlueBuild
•Created by Siegfried27 on 11/4/2024 in #questions
How is the best way to design and test my system?
If you add in
virt-manager
to your image it should be pretty straightforward8 replies
BBlueBuild
•Created by Siegfried27 on 11/4/2024 in #questions
How is the best way to design and test my system?
You could also use a VM for testing
8 replies
BBlueBuild
•Created by Siegfried27 on 11/4/2024 in #questions
How is the best way to design and test my system?
The commands to use now would be
bluebuild rebase
and bluebuild upgrade
but they will be replaced soon. https://discord.com/channels/1198292321037455360/1302096552537489498/13022989918907924688 replies
BBlueBuild
•Created by Siegfried27 on 11/4/2024 in #questions
How is the best way to design and test my system?
If the GitHub Action is too slow for you, though, you could try building locally with the bluebuild cli
8 replies
BBlueBuild
•Created by Siegfried27 on 11/4/2024 in #questions
How is the best way to design and test my system?
Due to the architecture of rpm-ostree, it probably wont be possible to apply changes without a reboot
8 replies
BBlueBuild
•Created by kneepel on 10/15/2024 in #questions
vconsole.conf issue
could be, that would mean that maybe a systemd unit could be used to edit the file instead
8 replies
BBlueBuild
•Created by kneepel on 10/15/2024 in #questions
vconsole.conf issue
if it's just the case that the file in /etc/ on your booted system is not changing, it's likely an issue of rpm-ostree noticing the files being out of sync and not updating, which a manual copy should resolve
8 replies
BBlueBuild
•Created by kneepel on 10/15/2024 in #questions
vconsole.conf issue
is the file wrong in /etc/, or are the updates to the file in /etc/ not causing any changes (to the font etc)?
8 replies
BBlueBuild
•Created by Heus on 10/15/2024 in #questions
Debian/Ubuntu image with Ostree
also fyi, vanillaos is based on debian and abroot, and i have an experimental image building here https://github.com/xynydev/vanillin/
5 replies
BBlueBuild
•Created by Heus on 10/15/2024 in #questions
Debian/Ubuntu image with Ostree
if you are able to make or get your hands on an OCI base image with debian/ubuntu integrated with ostree, you could build images on top of that with bluebuild
5 replies
BBlueBuild
•Created by Heus on 10/15/2024 in #questions
Debian/Ubuntu image with Ostree
bluebuild is currently pretty ostree-specific, but is not capable of making new base images for operating systems that don't already have them available
5 replies
BBlueBuild
•Created by RoyalOughtness on 10/14/2024 in #questions
%OS_VERSION% in containerfile snippets?
Check by building the recipe into a Containerfile locally
24 replies
BBlueBuild
•Created by RoyalOughtness on 10/14/2024 in #questions
%OS_VERSION% in containerfile snippets?
I'm not sure, but I think it might be available as an ENV var in the Containerfile, which means it'd be possible to just use it with regular Containerfile syntax
24 replies
BBlueBuild
•Created by Moonlight on 10/9/2024 in #questions
add rpm-fusion to my image?
does this answer your question? https://discord.com/channels/1198292321037455360/1292525826696548513/1292533330000089160
20 replies
BBlueBuild
•Created by Narga on 9/28/2024 in #questions
Building custom ARM64 images?
If it's done natively I'd be pretty much on board with listing arches in the recipe
142 replies
BBlueBuild
•Created by Narga on 9/28/2024 in #questions
Building custom ARM64 images?
Do architectures need to be separated by tags or is that handled by the OCI standard?
142 replies
BBlueBuild
•Created by Oakleafknight06 on 10/3/2024 in #questions
How to change file permissions of an executeable pulled into an image
yeah, the second one overwrites the first
13 replies
BBlueBuild
•Created by Narga on 9/28/2024 in #questions
Building custom ARM64 images?
especially if building for multiple arches is a viable usecase
142 replies