Created
May 27, 2015 15:36
-
-
Save moonhouse/80638c46e7fdb59b8df6 to your computer and use it in GitHub Desktop.
With that all done, the installation needs to be told to start-up X using a tailored xinitrc (kept on the boot-partition so that it can easily be edited on a non-Linux machine) by adding the following to /etc/rc.local:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if [ -f /boot/xinitrc ]; then | |
| ln -fs /boot/xinitrc /home/pi/.xinitrc; | |
| su - pi -c 'startx' & | |
| fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment