asb / raspi-config

Configuration tool for the Raspberry Pi. Now maintained at https://github.com/RPi-Distro/raspi-config
Other
263 stars 328 forks source link

Add command line flags to enable/disable camera #44

Open mccready opened 9 years ago

mccready commented 9 years ago

I'm automating raspi base image creation and while there are parts of raspi-config that are standard unix and therefore easier to manage the automation of elsewhere, enabling the camera is very raspi specific.

It makes sense to keep that logic centralized in raspi-config and adding the command line option makes this usable via automation tools.

davidjb commented 9 years ago

+1, this would be extremely useful to see merged.