diff options
| author | Blake Romero <blake@blkrom.com> | 2024-04-19 02:32:20 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-04-19 02:32:20 +0100 |
| commit | 88eb466b19d62bd7e89c68d6d13ce1eb8122c78c (patch) | |
| tree | 169f564d69ca18f0254ccc69f44ec4ba3ae5b4c3 /install-artix.sh | |
| parent | 02cb470655f2ecfcda84fa9ae91f54730414a397 (diff) | |
Remove mapper to fix incorrect crypt device UUID used in grub
Diffstat (limited to 'install-artix.sh')
| -rwxr-xr-x | install-artix.sh | 3 |
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 |
