From 43f932e0e1cf468aa5865812f20e461f5c10d393 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Fri, 27 May 2022 14:35:44 +0200 Subject: [PATCH] Cosmetics. --- easy-arch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/easy-arch.sh b/easy-arch.sh index 12be7e0..f40645b 100755 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -295,8 +295,8 @@ mkfs.fat -F 32 "$ESP" &>/dev/null # Creating a LUKS Container for the root partition. print "Creating LUKS Container for the root partition." -echo -n "$password" | cryptsetup luksFormat "$CRYPTROOT" -d - -echo -n "$password" | cryptsetup open "$CRYPTROOT" cryptroot -d - &>/dev/null +echo -n "$password" | cryptsetup luksFormat "$CRYPTROOT" -d - &>/dev/null +echo -n "$password" | cryptsetup open "$CRYPTROOT" cryptroot -d - BTRFS="/dev/mapper/cryptroot" # Formatting the LUKS Container as BTRFS.