JasonN3 / build-container-installer

Creates an ISO for installing a container image as an OS
GNU General Public License v3.0
64 stars 9 forks source link

[BUG] Anaconda Post Scripts not running in Fedora 39 #74

Closed noelmiller closed 8 months ago

noelmiller commented 8 months ago

Describe the bug Flatpak repos are not being configured properly and issues with setting the correct upstream location for rpm-ostree.

To Reproduce Create an ISO using Fedora 39

Expected behavior Post scripts should run

Screenshots image image

noelmiller commented 8 months ago

Used this command to generate the image:

docker run --rm --privileged --pull always --volume .:/github/workspace/build  ghcr.io/jasonn3/build-container-installer:main VERSION=40 IMAGE_NAME=bluefin IMAGE_REPO=ghcr.io/ublue-os IMAGE_TAG=39-testing VARIANT=Silverblue FLATPAK_REMOTE_REFS_DIR=/github/workspace/build/flatpaks`

Doing an install of Bluefin 39 image using Fedora 40 installer fails here: image