Skip to content

Instantly share code, notes, and snippets.

@abbotto
Created September 4, 2015 01:32
Show Gist options
  • Save abbotto/ee2b1e5d5618d9145753 to your computer and use it in GitHub Desktop.
Save abbotto/ee2b1e5d5618d9145753 to your computer and use it in GitHub Desktop.
CHROOT Antergos
sudo mkdir /mnt/arch && sudo mount /dev/sda5 /mnt/arch && sudo arch-chroot /mnt/arch /usr/bin/mkinitcpio -p linux && cd /mnt/arch && sudo mount -t proc proc proc/ && sudo mount --rbind /sys sys/ && sudo mount --rbind /dev dev/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment