added readme
This commit is contained in:
28
bash/README.md
Normal file
28
bash/README.md
Normal 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
|
Reference in New Issue
Block a user