summaryrefslogtreecommitdiff
path: root/doc/forum/chroot_for_sbuild.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/forum/chroot_for_sbuild.mdwn')
-rw-r--r--doc/forum/chroot_for_sbuild.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/forum/chroot_for_sbuild.mdwn b/doc/forum/chroot_for_sbuild.mdwn
new file mode 100644
index 00000000..e2be2a36
--- /dev/null
+++ b/doc/forum/chroot_for_sbuild.mdwn
@@ -0,0 +1,14 @@
+Hello, sorry to bother you once again :)
+
+I would like to use propellor in order to prepare a bunch of schroot for sbuild.
+This way all my machines could be used to prepare packages.
+
+so I tryed to created a Debootstrap property in order to generate the initial image
+
+ & Chroot.debootstrapped (System (Debian (Stable "jessie")) "i386") Debootstrap.BuilddD "/var/lib/sbuild/jessie-i386.tar.gz"
+
+But this does not work.
+
+So I would like to know what should be done in order to instanciante a sbuild schroot and also how to customize it in order to add the apt proxy informations.
+
+