Created
January 19, 2016 22:07
-
-
Save make-github-pseudonymous-again/c2ac309d66cdbc24a4dd to your computer and use it in GitHub Desktop.
How to use mkinitcpio after using chroot
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
mount /dev/sda2 /mnt/sda2 | |
chroot /mnt/sda2 | |
mount -t proc proc /proc | |
mount -t sysfs sys /sys | |
mount -t devtmpfs udev /dev | |
mkinitcpio -p linux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment