Created
June 23, 2018 23:54
-
-
Save PierreZ/017b16e449090af681b2acf188e0e51d to your computer and use it in GitHub Desktop.
restore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cryptsetup luksOpen | |
cd /mnt/arch # or where you are preparing the chroot dir | |
mount -t proc proc proc/ | |
mount -t sysfs sys sys/ | |
mount -o bind /dev dev/ | |
chroot . | |
mkinipcipio -p linux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment