From fc9911606b019bbbd65de30fb085dd5a9fa8ff98 Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Wed, 30 Sep 2020 16:35:48 +0200 Subject: [PATCH] Deleted unecessary comments --- scripts/image/setup.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/scripts/image/setup.sh b/scripts/image/setup.sh index 5d6c3a6..cf6b0d0 100644 --- a/scripts/image/setup.sh +++ b/scripts/image/setup.sh @@ -417,12 +417,7 @@ fi if [ "$encrypt_system" == "y" ] then - # @see https://gist.github.com/gea0/4fc2be0cb7a74d0e7cc4322aed710d38 - ########## - #target_username="alarm" - #encrypted_partition_path="/dev/mmcblk1p3" - #target_hostname="test_host" - ########## + # Adapted this instruction @see https://gist.github.com/gea0/4fc2be0cb7a74d0e7cc4322aed710d38 rescue_suffix=".$(date +%s).rescue" search_hooks="HOOKS=(base udev autodetect modconf block filesystems keyboard fsck)" replace_hooks="HOOKS=(base udev autodetect modconf block sleep netconf dropbear encryptssh filesystems keyboard fsck)"