Skip to content

Instantly share code, notes, and snippets.

@ryaminal
Last active September 25, 2017 17:40
Show Gist options
  • Save ryaminal/afb313e455c955e929be155754730274 to your computer and use it in GitHub Desktop.
Save ryaminal/afb313e455c955e929be155754730274 to your computer and use it in GitHub Desktop.
cryptsetup open /dev/nvme0n1p3 lvm
mount /dev/mapper/PV-root /mnt
mount /dev/mapper/PV-home /mnt/home
swapon /dev/mapper/PV-swap
cryptsetup open /dev/nvme0n1p2 cryptboot
mount /dev/mapper/cryptboot /mnt/boot
mount /dev/nvme0n1p1 /mnt/boot/efi
curl -O -L https://tinyurl.com/123archusmirror
mv 123archusmirror /etc/pacman.d/mirrorlist
arch-chroot /mnt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment