From 88eb466b19d62bd7e89c68d6d13ce1eb8122c78c Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Fri, 19 Apr 2024 02:32:20 +0100 Subject: Remove mapper to fix incorrect crypt device UUID used in grub --- install-artix.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'install-artix.sh') diff --git a/install-artix.sh b/install-artix.sh index 33c42b7..8de745b 100755 --- a/install-artix.sh +++ b/install-artix.sh @@ -154,9 +154,6 @@ if [[ $encrypt == true ]]; then # Open encrypted drive echo "${password}" | cryptsetup luksOpen ${root} Artix - - # Change root path to mapper - root="/dev/mapper/Artix" fi # Make BOOT filesystem -- cgit