diff --git a/bash/README.md b/bash/README.md new file mode 100644 index 0000000..15ba4b8 --- /dev/null +++ b/bash/README.md @@ -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