rpm-ostree icon indicating copy to clipboard operation
rpm-ostree copied to clipboard

βš›πŸ“¦ Hybrid image/package system with atomic upgrades and package layering

Results 263 rpm-ostree issues
Sort by recently updated
recently updated
newest added

### Describe the bug Currently, rpm-ostree tags non-packaged files with `rpmostree-unpackaged-content` and initramfs with `initramfs` and gives them the maximum change frequency. This leads to them being placed at the...

**Host system details** ``` State: idle AutomaticUpdates: disabled Deployments: ● ostree://fedora:fedora/30/x86_64/silverblue Version: 30.20190620.0 (2019-06-20T02:44:32Z) BaseCommit: 9477661d701f647ae2b5c496470e63f4c19ec83751b914648e8bb1d5ed763e75 GPGSignature: Valid signature by F1D8EC98F241AAF20DF69420EF3C111FCFC659B9 LayeredPackages: fish gstreamer1-libav htop iotop neovim powertop ripgrep tmux...

### Describe the bug I created an OCI container using bazzite as the FROM. The main purpose of this container was to pre-include the ldap setup into the container. autheselect...

# Feature Request An `override` `-l` / `--list` flag

### Describe the bug Different from the ublue way, I am trying to include `akmod-nvidia` during the `rpm-ostree compose image` step. But I failed with: ``` akmod-nvidia.post: Building /usr/src/akmods/nvidia-kmod-550.78-1.fc40.src.rpm for...

### Describe the bug I have a question about nsswitch.conf. When an os doesn't have `authselect` and `authselect-libs` packages, the nsswitch.conf comes from glibc. When I create the os with...

It'd be good to change rpm-ostree to call out to bootc instead for container operations, instead of directly talking to ostree-ext where possible; this would give us one source of...

kind/enhancement
dependencies

Doesn’t it make sense to apply that `--idempotent` switch by default? Because when `rpm-ostree` executes a command with a list of packages passed, of which some are already set-up like...

### Describe the bug Are rpm `%post` supposed to be ordered between depend packages ? I have a package that install an SELinux module that depends on container-selinux being fully...

In certain circumstances (e.g. `rpm-ostree compose`, upgrades) `rpm-ostree` attempts to detect if the kernel has changed. This happens in [`rpmostree_context_assemble`](https://github.com/coreos/rpm-ostree/blob/366cb8739cbed0f432068518bf63958d5b713273/src/libpriv/rpmostree-core.cxx#L4059) by way of [`rpmte_is_kernel`](https://github.com/coreos/rpm-ostree/blob/366cb8739cbed0f432068518bf63958d5b713273/src/libpriv/rpmostree-core.cxx#L3825) which uses a hard-coded set of...