On 20/04/18 13:33, Alan Corey wrote:
Well yes, all of that's true, but would raspberrypi.org mind if Debian borrowed a copy of their scripts?
It's MIT licensed so it should be fine to borrow
https://github.com/RPi-Distro/raspi-config/LICENSE
raspi-config isn't 3b specific
Indeed, it's designed for the whole Pi family. Some parts of it are generic other parts are specific to either the Raspberry Pi hardware/firmware or to the way raspberry pi have set up their image. The locales part is generic, but all it's doing is calling "dpkg-reconfigure locales" so there isn't much to borrow there.