Also to leave a little bit of debug information here for other people:
- I used the following github action to create an iso with the contents of the following kickstart file:
- After I burned it to a USB drive, using ventoy, I allowed the system to do the kickstart process and get everything installed.
- once the system was booted I manually started the
rpm-ostreed
service and it was happysudo systemctl start rpm-ostreed
Once I verified that everything was good I did the same but with the almalinux:
- I used the following github action to create an iso with the contents of the following kickstart file:
- After I burned it to a USB drive, using ventoy, I allowed the system to do the kickstart process and get everything installed.
- once the system was booted I manually started the
rpm-ostreed
service and it errored out- start:
sudo systemctl start rpm-ostreed
- error:
error: Couldn't start daemon: Error setting up sysroot: /var/lib/rpm must be a symbolic link
- start:
- I then deleted the current
/var/lib/rpm
and created the symbolic link, as described above