From 877b2002823fb304b4aa7c8ad8ee0cb4c50ef7df Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 20 Oct 2015 12:14:00 -0400 Subject: close --- .../comment_1_6c019767a6a678d7d9f7ad924e948d94._comment | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/todo/support_tarball_source_images/comment_1_6c019767a6a678d7d9f7ad924e948d94._comment (limited to 'doc/todo/support_tarball_source_images/comment_1_6c019767a6a678d7d9f7ad924e948d94._comment') diff --git a/doc/todo/support_tarball_source_images/comment_1_6c019767a6a678d7d9f7ad924e948d94._comment b/doc/todo/support_tarball_source_images/comment_1_6c019767a6a678d7d9f7ad924e948d94._comment new file mode 100644 index 00000000..192c1a69 --- /dev/null +++ b/doc/todo/support_tarball_source_images/comment_1_6c019767a6a678d7d9f7ad924e948d94._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-10-20T16:06:52Z" + content=""" +I've introduced a ChrootBootstrapper type class, of which Debootstrapped +is just one member. Everything that bootstraps chroots uses this +type class, so you can write a separate module that uses buildroot, or +whatever. And you're welcome to contribute such a module to propellor. + +As far as having propellor generate a tarball of a chroot, the way to do +that is something like: + + chroot dir `onChange` mktarball dir + +Ie, compose the chroot creation property with one that tars it up. +"""]] -- cgit v1.2.3