diff --git a/README.md b/README.md index e3193c6..b268de3 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Suitable for running containerized workloads on either bare metal or virtual mac - Starts with a [Fedora CoreOS image](https://quay.io/repository/fedora/fedora-coreos?tab=tags) - Adds the following: + - [bootc](https://github.com/containers/bootc) (new way to update container native systems) - [cockpit](https://cockpit-project.org) (podman container and system management) - [firewalld](https://firewalld.org/) - guest VM agents (`qemu-guest-agent` and `open-vm-tools`)) diff --git a/ucore/packages.json b/ucore/packages.json index 02973de..45fc6f3 100644 --- a/ucore/packages.json +++ b/ucore/packages.json @@ -3,6 +3,7 @@ "include": { "all": [], "ucore-minimal": [ + "bootc", "cockpit-networkmanager", "cockpit-podman", "cockpit-selinux",