summaryrefslogtreecommitdiff
path: root/static/artix-install.md
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-08-01 20:26:34 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-08-01 20:26:34 +0900
commit01e31b8a37a62045a6d4ed399bc786d874f39dd9 (patch)
tree712af39a1403031cdb271d7f61b73cdecca6791f /static/artix-install.md
parentea76df51a2c70f13bb74467016ab0e1433058adb (diff)
Init
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