summaryrefslogtreecommitdiff
path: root/static/artix-install.md
diff options
context:
space:
mode:
Diffstat (limited to 'static/artix-install.md')
-rw-r--r--static/artix-install.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/static/artix-install.md b/static/artix-install.md
index 785e219..49b5830 100644
--- a/static/artix-install.md
+++ b/static/artix-install.md
@@ -114,16 +114,12 @@ HOOKS=(base udev autodetect modconf kms keyboard keymap consolefont block 'encry
mkinitcpio -p linux
# Decryption and Boot
-# lvm: with volumes
-GRUB_CMDLINE_LINUX_DEFAULT="... cryptdevice=/dev/sdX:vg"
-
-# lvm: without volumes
exit
lsblk -f >> /mnt/etc/default/grub
fstabgen -U /mnt >> /mnt/etc/fstab
artix-chroot /mnt bash
vim /etc/default/grub
-GRUB_CMDLINE_LINUX_DEFAULT="... cryptdevice=UUID=/dev/sdX2's UUID:luks root=UUID=/dev/mapper/luks's UUID"
+GRUB_CMDLINE_LINUX_DEFAULT="... cryptdevice=UUID=/dev/sdX2's UUID:luks root=/dev/mapper/luks"
# Grub Installation
grub-install /dev/sdX