You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the instructions from Nuts and Volts : I entered sudo nano /etc/inittab and the editor did open up, but it was a blank file with [ New File ] showing at the bottom of editor.
I looked in the /etc folder and did not see a inittab file.
I was able to skip that step and move on to edit the profile file with sudo nano /etc/profile without issue, adding the command from the article made the photobooth program start up automatically on power up.
Using Raspbian Stretch, currently . I also recall not finding the file on the Jessie version either, and I never added the command to the profile file at that time so I had to start the photobooth with the terminal every time.
The text was updated successfully, but these errors were encountered:
Ah - looks likeinittab was part of sysvinit which was replaced with systemd in Jessie and above. Your solution appears to be the best way to do this on the newer OS's. Should be noted in the README or similar now.
Following the instructions from Nuts and Volts : I entered
sudo nano /etc/inittab
and the editor did open up, but it was a blank file with [ New File ] showing at the bottom of editor.I looked in the /etc folder and did not see a inittab file.
I was able to skip that step and move on to edit the profile file with
sudo nano /etc/profile
without issue, adding the command from the article made the photobooth program start up automatically on power up.Using Raspbian Stretch, currently . I also recall not finding the file on the Jessie version either, and I never added the command to the profile file at that time so I had to start the photobooth with the terminal every time.
The text was updated successfully, but these errors were encountered: