Skip to content

Instantly share code, notes, and snippets.

@kostyll
Last active December 27, 2016 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kostyll/6b221118b82757d24b1d1a0bbb926543 to your computer and use it in GitHub Desktop.
Save kostyll/6b221118b82757d24b1d1a0bbb926543 to your computer and use it in GitHub Desktop.
debootstrap_stable
mkdir stable-chroot
apt-get install debootstrap
debootstrap stable stable-chroot http://httpredir.debian.org/debian/
sudo debootstrap stable stable-chroot http://httpredir.debian.org/debian/
debootstrap --arch i386 jessie debian_8_jessie.i386.original http://ftp.us.debian.org/debian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment