aboutsummaryrefslogtreecommitdiffhomepage
path: root/QC-dev-environment/REAME.md
diff options
context:
space:
mode:
Diffstat (limited to 'QC-dev-environment/REAME.md')
-rw-r--r--QC-dev-environment/REAME.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/QC-dev-environment/REAME.md b/QC-dev-environment/REAME.md
index 5964867..b236306 100644
--- a/QC-dev-environment/REAME.md
+++ b/QC-dev-environment/REAME.md
@@ -60,6 +60,11 @@ To link QT to the right fonts folder, run:
export QT_QWS_FONTDIR=/etc/fonts
```
+## Creating an update package
+
+You can create a custom update package based on the mounted filesystem, by running the `update-builder.sh` script. This can be found in the root of the docker container. This way you can patch your update to include all mods and ssh access, without opening the QC up everytime.
+
+The update file should be available on your host machine at `filesystems/update-opencortex.bin.gz`. You can validate the update file by mounting it as the actual update file using the `UPDATE_FILE` environment variable and running `init_system.sh`.
## Config for custom compiled QT