1
0
Fork 0
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:
Jason Nagin 2024-08-21 10:16:14 -04:00 committed by GitHub
parent 0ff3dbaa97
commit 9924ae7062
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 0 deletions

View file

@ -6,3 +6,5 @@
- Examples
- [Adding Flatpaks](examples/adding-flatpaks.md)
- [Known Errors](known_errors.md)

View file

@ -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
View 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