From 2ba1c9b11fb93b787cab24aa631ecf5ec7b81928 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sat, 24 Aug 2013 17:36:27 +0200 Subject: [PATCH] added short install hint --- bash/mount.luks.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/mount.luks.sh b/bash/mount.luks.sh index ca2fd75..334ea38 100755 --- a/bash/mount.luks.sh +++ b/bash/mount.luks.sh @@ -15,6 +15,8 @@ # 1. umount -i DEV # 2. cryptsetup luksClose UUID # + # INSTALL: + # place this script in /sbin/mount.luks and make it executable. # # USAGE: # mount -t luks /dev/sda1 /home