29 lines
512 B
Markdown
29 lines
512 B
Markdown
# 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
|