artix + arch + gentoo

This commit is contained in:
git
2024-06-11 14:02:09 +02:00
parent 782a1e8942
commit 653017d14e
7 changed files with 179 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/bash
source env.sh
cryptsetup open $DISK\2 lvm-system && \
lvchange -ay $LVM_N/volHome && \
lvchange -ay $LVM_N/volRoot && \
mount /dev/$LVM_N/volRoot /mnt && \
mount /dev/$LVM_N/volHome /mnt/home && \
mount /dev/$DISK\1 /mnt/boot/efi && \
artix-chroot /mnt /bin/bash