-
Notifications
You must be signed in to change notification settings - Fork 325
Image customization
Tom Herbers edited this page Jan 8, 2024
·
5 revisions
Starting with Gluon v2023.2 there is a new way to manage features and packages.
The image-customization.lua
file in your site. While this change might seem at first a bit annoying due to having to having to update the site this will make things better in the long run.
As the name of the file suggests is the file basically a script which is evaluated for every device during the build proccess.
There are a few functions which are explained in the docs: https://gluon.readthedocs.io/en/master/user/site.html#image-customization
To make the migration easier and give you some ideas are here a few communities which already switched to this new mechanism:
- FFAC: https://github.com/ffac/site/blob/v2023.2.x/image-customization.lua
- FFDA: https://github.com/freifunk-darmstadt/site-ffda/blob/master/image-customization.lua
- FFMUC: https://github.com/freifunkMUC/site-ffm/blob/next/image-customization.lua
- FFRN: https://github.com/Freifunk-Rhein-Neckar/site-ffrn/blob/main/image-customization.lua
-
Usage
-
Community
-
Development
- Device Integration
- Roadmap
- Release-life-cycle
- Protocols
- Meeting 2024/05
- Meeting 2024/03
- Meeting 2024/02
- Meeting 2024/01
- Meeting 2023/06
- Meeting 2023/05
- Meetup-CCCamp
- Meeting 2023/04
- Meeting 2023/03
- Meeting 2023/02
- Meeting 2023/01
- Meeting 2022/06
- Meeting 2022/05
- Meeting 2022/04
- Meeting 2022/03
- Meeting 2022/02
- Meeting 2022/01
- Meeting 2021/01
- Meeting 2019/01
- Meeting 2018/03
- Meeting 2018/02
- Meeting 2018/01
- Meeting 2017/01
- Concepts
- Release Process
-
Debugging