CentOS / centos-bootc

Create and maintain base bootable container images from Fedora ELN and CentOS Stream packages
https://centos.github.io/centos-bootc
Other
43 stars 28 forks source link

Issues when rebasing from Fedora Atomic Desktop. #500

Open boredsquirrel opened 2 months ago

boredsquirrel commented 2 months ago

I stumbled upon this project which I find really interesting!

As far as I understood it, this is just a regular CentOS-Stream container image including a kernel.

I wanted to experiment with installing it. So I installed Fedora Sway Atomic in a VM, after install exited to TTY immediately, and rebased to it.

rpm-ostree rebase ostree-unverified-registry:quay.io/centos-bootc/centos-bootc-dev:stream9

Everything seemed to work well, and the boot target shows correctly, but booting it in grub just results in a black screen, nothing else.

Is the image ready for usage like that? What would a correct deployment look like (apart from installing it with a dedicated anaconda configuration)?

Is this the base of future CentOS-Stream Atomic using rpm-ostree? If not, I suppose it could be hacked to mirror current Fedora Atomic systems, add rpm-ostree and work like one.

Thanks!