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
{{ message }}
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
I hadn't been keeping this project updated, because as it says in the README: Note that this script is now partially redundant, as the latest versions of raspi-config feature something quite similar already built in.
Is there a reason you're still wanting to use my (now out-of-date) script, rather than the functionality in raspi-config ? Maybe I should make the Note in the README more obvious...
Is there a reason you're still wanting to use my (now out-of-date) script, rather than the functionality in raspi-config ?
I suspect this is due to the need to use the UART (independent of console), which got more complicated especially with Raspberry Pi3. If anyone wants to use UART for a custom application like GPS or AIS, configuring UART becomes messy. This part is currently not supported by raspi-config. I developed a script to fill that gap, putting it down for reference.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
/etc/inittab does not exist on Jessie since inittab was a part of sysvinit, which has been replaced with systemd
Stop with
$ sudo systemctl stop [email protected]
Disable from loading at boot
$ sudo systemctl disable [email protected]
From: https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=123081
The text was updated successfully, but these errors were encountered: