Skip to content

Instantly share code, notes, and snippets.

@allardhoeve
Created January 7, 2014 12:44
Show Gist options
  • Save allardhoeve/8298790 to your computer and use it in GitHub Desktop.
Save allardhoeve/8298790 to your computer and use it in GitHub Desktop.
debootstrap wheezy on ubuntu
```bash
sudo gpg --no-default-keyring --keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg --keyserver keyserver.ubuntu.com --recv-keys 6FB2A1C265FFB764
sudo DIST=wheezy ARCH=amd64 git-pbuilder create --mirror=http://ftp.nl.debian.org/debian/
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment