From: Silvio Rhatto Date: Fri, 1 Nov 2013 20:02:36 +0000 (-0200) Subject: Cowbuilder for other archs and distributions X-Git-Tag: 0.2.7~27 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0388ca01ef1c98880977c0a9c55e0ea5f4f5bd20;p=keyringer.git Cowbuilder for other archs and distributions --- 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 -----------------------