Created
January 7, 2014 12:44
-
-
Save allardhoeve/8298790 to your computer and use it in GitHub Desktop.
debootstrap wheezy on ubuntu
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
```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