An open API service indexing awesome lists of open source software.

https://github.com/raspberrypi/raspi-config-vendor-template


https://github.com/raspberrypi/raspi-config-vendor-template

Last synced: about 1 month ago
JSON representation

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