aboutsummaryrefslogtreecommitdiff
path: root/development.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'development.mdwn')
-rw-r--r--development.mdwn6
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
-----------------------