Skip to content

Instantly share code, notes, and snippets.

@offlinemark
Created February 16, 2017 19:43
Show Gist options
  • Select an option

  • Save offlinemark/8080f0d184bd4469a77e9603766f365b to your computer and use it in GitHub Desktop.

Select an option

Save offlinemark/8080f0d184bd4469a77e9603766f365b to your computer and use it in GitHub Desktop.
How to chroot
sudo debootstrap xenial chroot1604
sudo chroot chroot1604
echo "deb http://archive.ubuntu.com/ubuntu xenial main universe restricted multiverse" > /etc/apt/sources.list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment