Skip to content

Instantly share code, notes, and snippets.

@timofurrer
Created February 4, 2013 11:04
Show Gist options
  • Save timofurrer/4706153 to your computer and use it in GitHub Desktop.
Save timofurrer/4706153 to your computer and use it in GitHub Desktop.
mount /dev and /proc in chroot environment
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