From 88838bd25fc9166ff90a97d4599abb39758cc9c6 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Wed, 26 Jun 2024 12:38:05 +0200 Subject: [PATCH] README: add note describing how the kickstart contents are used Add a note for users explaining that the ostreecontainer command is automatically added to the kickstart file when building an ISO. Link to the docs for up-to-date information on interactions with other commands. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ff7066d9..0416b870 100644 --- a/README.md +++ b/README.md @@ -358,6 +358,8 @@ network --bootproto=dhcp --device=link --activate --onboot=on """ ``` +Note that bootc-image-builder will automatically add the command that installs the container image (`ostreecontainer ...`), so this line or any line that conflicts with it should not be included. See the relevant [Kickstart documentation](https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#ostreecontainer) for more information. + ## Building To build the container locally you can run