mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
add known_errors
This commit is contained in:
parent
0ff3dbaa97
commit
9924ae7062
3 changed files with 11 additions and 0 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