added readme

This commit is contained in:
2018-06-18 16:25:49 +02:00
parent 11f11f59fa
commit bb37c50cb4

28
bash/README.md Normal file
View File

@ -0,0 +1,28 @@
# Quick start guide
*(This script was used on a fresh Raspbian installation)*
Read the comments in "sesame" how to generate a LUKS container
```
$ mkdir /home/pi/bin
```
Place "sesame" in /home/pi/bin
Open the container with "sesame open" and your password
```
$ sudo aptitude install ethtool
```
Place "ethlnkchk" in /usr/local/sbin
```
$ sudo chown root:root /usr/local/sbin/ethlnkchk
$ sudo chmod 700 /usr/local/sbin/ethlnkchk
```
Add "/usr/local/sbin/ethlnkchk &" before "exit 0" to /etc/rc.local