Mbarak Bujra

Results 3 issues of Mbarak Bujra

In the [Liquid docs](https://shopify.github.io/liquid/basics/operators/) it says: > In tags with more than one and or or operator, operators are checked in order from right to left. I wasn't sure what...

Resolves: https://github.com/osbuild/bootc-image-builder/issues/924 Builds off of: https://github.com/osbuild/images/pull/1555 When generating ISOs we ignore the value passed in via `--rootfs`. This PR addresses that.

When trying to build an ISO the `--rootfs` parameter is ignored. An invocation with `--rootfs btrfs` and `--type iso` such as: ```bash sudo podman run \ --rm \ -it \...