261
edits
Line 302: | Line 302: | ||
systemctl enable rc-local | systemctl enable rc-local | ||
</syntaxhighlight> | </syntaxhighlight> | ||
* Make script executable | |||
<syntaxhighlight lang="bash"> | |||
chmod a+x /etc/rc-local | |||
</syntaxhighlight> | |||
==== First Time Startup ==== | ==== First Time Startup ==== | ||
Restart the SBC to make sure it will boot up and start Chromium. | Restart the SBC to make sure it will boot up and start Chromium. |