From c25cc953e8a344261b2bceabc4d4428c859ad6cb Mon Sep 17 00:00:00 2001 From: Evan Date: Sun, 13 Oct 2024 13:18:47 -0500 Subject: [PATCH] Update README.md Add clarity about how when using a kickstart customization, other customization blocks are not supported. This is discussed here: https://github.com/osbuild/bootc-image-builder/issues/528 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea9faae4..bbcdbd68 100644 --- a/README.md +++ b/README.md @@ -399,7 +399,8 @@ The `rootfs` option (or source container config, see [Detailed description of op ### Anaconda ISO (installer) options (`installer`, mapping) -Users can include kickstart file content that will be added to an ISO build to configure the installation process. +Users can include kickstart file content that will be added to an ISO build to configure the installation process. When using custom kickstart scripts the customization needs to be done via the custom kickstart script. For example using a `[customizations.user]` block alongside a `[customizations.installer.kickstart]` block is not supported. See this issue [https://github.com/osbuild/bootc-image-builder/issues/528] for additional detail. + Since multi-line strings are difficult to write and read in json, it's easier to use the toml format when adding kickstart contents: ```toml