Skip to content

Commit

Permalink
devel: link to bootc install docs from troubleshooting guide
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-k authored and cgwalters committed Mar 1, 2024
1 parent b3aef11 commit d7869c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devel/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
If your container image fails to build using bootc-image-builder, or if it builds successfully but fails to boot, it's often not clear if the problem lies with bootc-image-builder or the container itself.

To test building an image without bootc-image-builder, try the [bootc-install](devel/bootc-install) script in this repository.
A more detailed guide for building a disk image using `bootc install` can be found [in the bootc docs](https://github.com/containers/bootc/blob/main/docs/install.md#executing-bootc-install)

**IMPORTANT**
Before running the script, note that it creates a file called `disk.raw` in the working directory. Make sure this action doesn't overwrite any existing files.
Expand Down

0 comments on commit d7869c8

Please sign in to comment.