Created
February 16, 2017 19:43
-
-
Save offlinemark/8080f0d184bd4469a77e9603766f365b to your computer and use it in GitHub Desktop.
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
| 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