https://github.com/raspberrypi/raspi-config-vendor-template
https://github.com/raspberrypi/raspi-config-vendor-template
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/raspberrypi/raspi-config-vendor-template
- Owner: raspberrypi
- License: other
- Created: 2025-10-21T14:40:54.000Z (7 months ago)
- Default Branch: trixie
- Last Pushed: 2025-10-21T15:07:07.000Z (7 months ago)
- Last Synced: 2026-04-03T14:56:17.835Z (about 1 month ago)
- Language: Shell
- Size: 683 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## raspi-config Vendor Template
The official `raspi-config` tool included in Raspberry Pi OS can be found here: [raspi-config GitHub Repository](https://github.com/RPi-Distro/raspi-config)
This is a template repository for creating vendor-specific versions of the `raspi-config` tool used for configuring Raspberry Pi devices. It provides a base structure and necessary files to customize `raspi-config` for different vendors while maintaining compatibility with the original tool.
The included functions marked with `#REQUIRED` comments are essential for the `cc_raspberry_pi` cloud-init config module to function correctly. Vendors should ensure these functions are preserved and properly integrated into their customized versions of `raspi-config`.
### Requirements
- dtparam command from the [raspi-utils-dt package](https://github.com/raspberrypi/utils/tree/master/dtmerge)
- lua5.1
- debhelper-compat (= 13) for building the Debian package