From bb37c50cb4d0c173bd0823122bf09251bdb17ed3 Mon Sep 17 00:00:00 2001 From: Patrick Neumann Date: Mon, 18 Jun 2018 16:25:49 +0200 Subject: [PATCH] added readme --- bash/README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bash/README.md 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