raspi-config Vendor Template

The official raspi-config tool included in Raspberry Pi OS can be found here: raspi-config GitHub Repository

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
  • lua5.1
  • debhelper-compat (= 13) for building the Debian package