Commit graph

11 commits

Author SHA1 Message Date
Gerald Pinder
3a0be4099a
feat: Add bootc support (#448)
Adds support for using `bootc` as the preferred method for booting from
a locally created image. This new method gets rid of the need to create
a tarball and move it to the correct place and instead it will make use
of `podman scp` which copies the image to the root `containers-storage`
and then has `rpm-ostree` and `bootc` boot from that store.

Closes #418 
Closes #200
2025-08-09 14:05:59 -04:00
Gerald Pinder
d4e05c3f11 fix: Remove bootc check for now since it's causing problems 2025-06-02 08:47:46 -04:00
Gerald Pinder
cfc2806715 fix: Remove /usr/etc in cleanup since it's not used by bootc 2025-05-31 17:03:11 -04:00
Gerald Pinder
099da7167c fix: Needs to be bootc container lint 2025-05-31 16:09:56 -04:00
Gerald Pinder
9418955e52 chore: Add bootc lint 2025-05-31 14:07:28 -04:00
Gerald Pinder
33bebb5e29 fix: Parse Version from container and remove ostree commit 2025-05-31 00:45:23 -04:00
fiftydinar
990269e574 chore: Remove unneded comment about bootupctl command
Not needed to be done anymore, as it's done upstream.

So removing the comment.
2024-11-25 12:48:30 -05:00
Gerald Pinder
f0679fdd11 chore: Remove bootupctl until issue is resolved 2024-09-28 20:21:21 -04:00
Gerald Pinder
5cf1ce66a0 chore: Check for bootupctl in post-build script 2024-09-24 20:57:23 -04:00
Gerald Pinder
741ec811df fix: May not be possible to just install bootc, run bootupctl if bootc already exists 2024-09-23 12:01:46 -04:00
Gerald Pinder
de45aeb015 fix: Add post build script to prepare image for ISO creation 2024-09-16 16:19:00 -04:00