Created
February 4, 2013 11:04
-
-
Save timofurrer/4706153 to your computer and use it in GitHub Desktop.
mount /dev and /proc in chroot environment
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 -t proc none /mnt/chroot/proc | |
mount -o bind /dev /mnt/chroot/dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment