Skip to content

Commit

Permalink
README: add note describing how the kickstart contents are used
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
achilleas-k committed Jun 26, 2024
1 parent 8f9d251 commit 88838bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88838bd

Please sign in to comment.