diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-11-01 18:02:36 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-11-01 18:02:36 -0200 |
commit | 0388ca01ef1c98880977c0a9c55e0ea5f4f5bd20 (patch) | |
tree | 8ce9325576018bbe71267eb697c55fff2fcfb4b5 /development.mdwn | |
parent | 6ababf8c7d892e065d6adf9316e06a83ea064cc3 (diff) | |
download | keyringer-0388ca01ef1c98880977c0a9c55e0ea5f4f5bd20.tar.gz keyringer-0388ca01ef1c98880977c0a9c55e0ea5f4f5bd20.tar.bz2 |
Cowbuilder for other archs and distributions
Diffstat (limited to 'development.mdwn')
-rw-r--r-- | development.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/development.mdwn b/development.mdwn index 8c0c1ad..383ef92 100644 --- a/development.mdwn +++ b/development.mdwn @@ -19,6 +19,12 @@ The following steps needs to be run just once. DIST=sid sudo cowbuilder --create +You can also setup chroots for other archs and distributions: + + mkdir /var/cache/pbuilder/squeeze-amd64 + cowbuilder --create --basepath /var/cache/pbuilder/squeeze-amd64/base.cow \ + --distribution squeeze --debootstrapopts --arch --debootstrapopts amd64 + Environment maintenance ----------------------- |