Alex Díaz

Results 27 comments of Alex Díaz

awesome, I'll start doing some preliminary work and keep updating this issue. I do have some thoughts about those questions but I also need to do some digging: 1. I...

update: spent some time today with this, I was able to create a basic workflow to build and upload an rpm file to the github releases page on [my fork](https://github.com/akdev1l/mouse_m908/releases/tag/v3.4)...

I guess the first step towards the "container transformer" is to have a container that is capable of doing the labelling needed. Mm I've been thinking about this and trying...

An update here, we were able to troubleshoot around some non-filesystem related SELinux issues by shipping our custom policy and running `semodule` > Update: It works! You just have to...

mm it seems that if we use podman `btrfs` storage driver, the overlayfs stuff gets entirely side-stepped and SELinux works in a rootless container even (we still need to pass...

this is broken still, will fix in a bit sorry for the noise

I tried to work around this by doing: ``` 3 runcmd mkdir ${root}/ostree 2 runcmd ostree --repo=${root}/ostree/repo init --mode=bare 1 runcmd bash -c 'ostree container image pull --quiet ${root}/ostree/repo ostree-unverified-registry:${ostree_oci_ref}:latest...

gave up, we'll just rebase after install. seems to me that the way to do this would be to do `ostree container image deploy` with a specific `--target-imgref` but at...

Hi, I've been running an OSTree system build using OCI for a while. With a move towards immutability on the desktop as represented by Fedora Silverblue picking up in popularity...

I know a little bit of rust, I can probably try and get it working on arch linux if you can provide some guidance on: 1. what is bootupd expecting...