From 877b2002823fb304b4aa7c8ad8ee0cb4c50ef7df Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 20 Oct 2015 12:14:00 -0400 Subject: close --- doc/todo/support_tarball_source_images.mdwn | 2 ++ .../comment_1_6c019767a6a678d7d9f7ad924e948d94._comment | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 doc/todo/support_tarball_source_images/comment_1_6c019767a6a678d7d9f7ad924e948d94._comment diff --git a/doc/todo/support_tarball_source_images.mdwn b/doc/todo/support_tarball_source_images.mdwn index a9e7d955..f3475913 100644 --- a/doc/todo/support_tarball_source_images.mdwn +++ b/doc/todo/support_tarball_source_images.mdwn @@ -1,3 +1,5 @@ It would be nice to support tarball source images (such as those generated by [buildroot](http://buildroot.org/)). Basically, instead of running debootstrap, just `tar xf` to the right directory. Having propellor generate the buildroot would be nice as well, but isn't needed right away. + +> [[done]] --[[Joey]] 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