summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2024-04-19 02:32:20 +0100
committerBlake Romero <blake@blkrom.com>2024-04-19 02:32:20 +0100
commit88eb466b19d62bd7e89c68d6d13ce1eb8122c78c (patch)
tree169f564d69ca18f0254ccc69f44ec4ba3ae5b4c3
parent02cb470655f2ecfcda84fa9ae91f54730414a397 (diff)
Remove mapper to fix incorrect crypt device UUID used in grub
-rwxr-xr-xinstall-artix.sh3
1 files changed, 0 insertions, 3 deletions
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