ublue-os / isogenerator

Creates an ISO for installing a container image as an OS
Apache License 2.0
15 stars 2 forks source link

Embed flatpaks into our images as part of image install #9

Open noelmiller opened 8 months ago

noelmiller commented 8 months ago

Currently we install flatpaks as a post install function in our systemd services. We would like to remove this and include installation of standard flatpaks as a feature of ISO creation.

fiftydinar commented 8 months ago

Currently we install flatpaks as a post install function in our systemd services. We would like to remove this and include installation of standard flatpaks as a feature of ISO creation.

Post-install flatpak service would still be needed for rebasing function.

But it would make it much better to not have to wait for flatpaks to preinstall on 1st boot, so I support this.

noelmiller commented 8 months ago

Currently we install flatpaks as a post install function in our systemd services. We would like to remove this and include installation of standard flatpaks as a feature of ISO creation.

Post-install flatpak service would still be needed for rebasing function.

But it would make it much better to not have to wait for flatpaks to preinstall on 1st boot, so I support this.

@castrojo @KyleGospo It is my opinion that supporting rebasing functionality for both Bluefin and Bazzite are not at the top of the priority list.

My answer if someone wants to try either Bazzite or Bluefin is to install from the ISO and not rebase from a different image.

noelmiller commented 8 months ago

This idea proposed would be very helpful if it gets traction: https://github.com/flatpak/flatpak/issues/5579

noelmiller commented 8 months ago

https://github.com/rhinstaller/anaconda/pull/5493