From 18be4b77fe0f87645a29ceaefb09f4bb691ab01f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 28 Nov 2023 09:43:26 -0500 Subject: [PATCH] install: Link osbuild-deploy-container --- docs/install.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/install.md b/docs/install.md index bc530b2..110106f 100644 --- a/docs/install.md +++ b/docs/install.md @@ -35,6 +35,14 @@ See [example.ks](example.ks) for an example Kickstart file. The [virt-install --initrd-inject](https://github.com/virt-manager/virt-manager/blob/main/man/virt-install.rst#--initrd-inject) helps inject kickstart for installation to virtual machines. +## Use osbuild-deploy-container + +The in-development [osbuild-deploy-container tool](https://github.com/osbuild/osbuild-deploy-container) +supports generating disk images, including injecting user accounts. + +There's also an [osbuildbootc](https://github.com/cgwalters/osbuildbootc) tool that +will be merged with the above. + ## Using `bootc install-to-filesystem --replace=alongside` with a cloud image A toplevel goal of this project is that the "source of truth" for Linux @@ -78,7 +86,3 @@ echo "# dummy change" >> "/etc/sudoers.d/coreos-sudo-group" rpm-ostree rebase ostree-unverified-registry:quay.io/centos-bootc/fedora-bootc:eln systemctl reboot ``` - -## TODO: Use osbuild - -Document the ongoing work to materialize a disk image from a container.