Created
October 21, 2014 15:28
-
-
Save asachs/7aa434c7eca124377e06 to your computer and use it in GitHub Desktop.
prep for 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/vda1 /mnt | |
cd /mnt | |
mount -t proc proc proc/ | |
mount -t sysfs sys sys/ | |
mount -o bind /dev dev/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment