From 5080ce8d3f2c8240f8fd0604da4af20d3a818e25 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Wed, 19 Jun 2024 16:16:11 +0100 Subject: Add root mapper --- install-artix.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install-artix.sh b/install-artix.sh index 480411e..2ca8925 100755 --- a/install-artix.sh +++ b/install-artix.sh @@ -159,6 +159,9 @@ if [[ $encrypt == true ]]; then # Open encrypted drive echo "${password}" | cryptsetup luksOpen ${root} Artix + + # Change root to mapper + root="/dev/mapper/Artix" fi # Make BOOT filesystem -- cgit