Skip to content

Commit

Permalink
Add known errors page (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonN3 authored Aug 21, 2024
1 parent 54d9614 commit f10dd64
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Install packages
run: |
apt install -y make rsync
sudo apt install -y make rsync
# Checkout Main Repo
- uses: actions/checkout@v2

Expand Down
2 changes: 2 additions & 0 deletions docs/_Sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@

- Examples
- [Adding Flatpaks](examples/adding-flatpaks.md)

- [Known Errors](known_errors.md)
2 changes: 2 additions & 0 deletions docs/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ Welcome to the build-container-installer wiki!

- Examples
- [Adding Flatpaks](examples/adding-flatpaks.md)

- [Known Errors](known_errors.md)
7 changes: 7 additions & 0 deletions docs/known_errors.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f10dd64

Please sign in to comment.