„README.md“ ändern
Readonly of course after the gpasswd. D'oh...
This commit is contained in:
parent
c19ce7b413
commit
f0988781fb
|
@ -26,8 +26,8 @@ After login (ssh) proceed with these steps:
|
||||||
11. `sudo sh -c 'cp /home/pi/bananenkeyboard/piconfig/rc.local /etc/rc.local'`
|
11. `sudo sh -c 'cp /home/pi/bananenkeyboard/piconfig/rc.local /etc/rc.local'`
|
||||||
12. `sudo chmod u+x /etc/rc.local`
|
12. `sudo chmod u+x /etc/rc.local`
|
||||||
13. `chmod u+x ~/bananenkeyboard/piconfig/readonly.sh`
|
13. `chmod u+x ~/bananenkeyboard/piconfig/readonly.sh`
|
||||||
14. `~/bananenkeyboard/piconfig/readonly.sh`
|
14. `sudo gpasswd --add pi tty`
|
||||||
15. `sudo gpasswd --add pi tty`
|
15. `~/bananenkeyboard/piconfig/readonly.sh`
|
||||||
16. `sudo reboot`
|
16. `sudo reboot`
|
||||||
|
|
||||||
By copying the rc.local (step 10), the script will be started in a `screen` after reboot.
|
By copying the rc.local (step 10), the script will be started in a `screen` after reboot.
|
||||||
|
|
Loading…
Reference in New Issue