From d53271acff69254a92d35b1ce517993fbb347dd5 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Wed, 23 Dec 2020 19:33:10 +0100 Subject: [PATCH] Added hint --- scripts/encryption/storage/base.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/encryption/storage/base.sh b/scripts/encryption/storage/base.sh index 1d8c645..9136abf 100644 --- a/scripts/encryption/storage/base.sh +++ b/scripts/encryption/storage/base.sh @@ -61,6 +61,9 @@ create_luks_key_and_update_cryptab(){ # @var $1 mapper_name # @var $2 mount_path +# +# If mount doesn't work adapt it manually to +# @see https://gist.github.com/MaxXor/ba1665f47d56c24018a943bb114640d7 update_fstab(){ fstab_path="/etc/fstab" fstab_entry="$1 $2 btrfs defaults 0 2"