mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
Add known errors page (#137)
This commit is contained in:
parent
54d9614590
commit
f10dd64668
4 changed files with 12 additions and 1 deletions
|
|
@ -6,3 +6,5 @@
|
|||
|
||||
- Examples
|
||||
- [Adding Flatpaks](examples/adding-flatpaks.md)
|
||||
|
||||
- [Known Errors](known_errors.md)
|
||||
|
|
@ -9,3 +9,5 @@ Welcome to the build-container-installer wiki!
|
|||
|
||||
- Examples
|
||||
- [Adding Flatpaks](examples/adding-flatpaks.md)
|
||||
|
||||
- [Known Errors](known_errors.md)
|
||||
7
docs/known_errors.md
Normal file
7
docs/known_errors.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Known Errors
|
||||
|
||||
This page describes known errors and how to resolve them.
|
||||
|
||||
## failed to write boot loader configuration
|
||||
|
||||
Add `RUN bootupctl backend generate-update-metadata` at the end of your Dockerfile/Containerfile
|
||||
Loading…
Add table
Add a link
Reference in a new issue