Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save 0x4445565A/7a45a65b1ab870c1f3fd4e0ccc6a3c2a to your computer and use it in GitHub Desktop.
Save 0x4445565A/7a45a65b1ab870c1f3fd4e0ccc6a3c2a to your computer and use it in GitHub Desktop.
mount --bind /sys /media/ubuntu/Rootfs/sys; mount --bind /dev /media/ubuntu/Rootfs/dev;mount --bind /proc /media/ubuntu/Rootfs/proc;chroot /media/ubuntu/Rootfs;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment