Personal tools
The Open Lighting Project has moved!

We've launched our new site at www.openlighting.org. This wiki will remain and be updated with more technical information.

Difference between revisions of "Building a Custom Raspbian Image"

From wiki.openlighting.org

Jump to: navigation, search
(Created page with "This page lists the differences between the default Raspbian wheezy image and the one from the [[Open Lighting Project]. If you create your own install from scratch you probably …")
(No difference)

Revision as of 09:14, 12 October 2012

This page lists the differences between the default Raspbian wheezy image and the one from the [[Open Lighting Project]. If you create your own install from scratch you probably want to do most of these changes as well.

  • Password for the pi account changed to 'openlighting'
  • Rootfs expanded to 4G
  • Simon's key installed into /home/pi/.ssh/authorized_keys
  • Timezone set to US/Pacific

---

  • Many unused packages have been removed (samba, X, mysql, nfs etc.)
  • OLA dependancies have been installed (microhttpd, libusb, etc.)
  • The OLA git repo has been cloned into /home/ola/ola
  • Root ssh access has been disabled
  • The ola account was added and added to the dialout & plugdev groups
  • /etc/rc.local has been modified to regenerate the ssh keys on the first boot
  • Various other accounts have been removed (pnd, tli, buildbot etc.).
  • /etc/udev/rules.d/10-local.rules was updated according to OLA_Device_Specific_Configuration