diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-20 12:14:00 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-20 12:14:00 -0400 |
| commit | 877b2002823fb304b4aa7c8ad8ee0cb4c50ef7df (patch) | |
| tree | 34dd469b9e346ac0ea5fe7bd936dfeafb5919233 /doc/todo/support_tarball_source_images | |
| parent | dcb8a677d5a0d89973f6bb68001e1f517367e00a (diff) | |
close
Diffstat (limited to 'doc/todo/support_tarball_source_images')
| -rw-r--r-- | doc/todo/support_tarball_source_images/comment_1_6c019767a6a678d7d9f7ad924e948d94._comment | 17 |
1 files changed, 17 insertions, 0 deletions
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. +"""]] |
