summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-08-01 20:00:37 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-08-01 20:00:37 +0900
commitea76df51a2c70f13bb74467016ab0e1433058adb (patch)
tree89774f530a1ff79db163dcaf46a9e625ea262980
parentbb01c131cdf27052124bcde675f8d3ad1f519627 (diff)
Init
-rw-r--r--public/artix-install.md9
-rw-r--r--static/artix-install.md9
2 files changed, 8 insertions, 10 deletions
diff --git a/public/artix-install.md b/public/artix-install.md
index 5116b91..785e219 100644
--- a/public/artix-install.md
+++ b/public/artix-install.md
@@ -114,16 +114,15 @@ 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
-
-# lvm: with volumes
-GRUB_CMDLINE_LINUX_DEFAULT="... cryptdevice=/dev/sdX:vg"
-
-# lvm: without volumes
GRUB_CMDLINE_LINUX_DEFAULT="... cryptdevice=UUID=/dev/sdX2's UUID:luks root=UUID=/dev/mapper/luks's UUID"
# Grub Installation
diff --git a/static/artix-install.md b/static/artix-install.md
index 5116b91..785e219 100644
--- a/static/artix-install.md
+++ b/static/artix-install.md
@@ -114,16 +114,15 @@ 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
-
-# lvm: with volumes
-GRUB_CMDLINE_LINUX_DEFAULT="... cryptdevice=/dev/sdX:vg"
-
-# lvm: without volumes
GRUB_CMDLINE_LINUX_DEFAULT="... cryptdevice=UUID=/dev/sdX2's UUID:luks root=UUID=/dev/mapper/luks's UUID"
# Grub Installation