diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-20 12:06:45 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-20 12:06:45 -0400 |
| commit | dcb8a677d5a0d89973f6bb68001e1f517367e00a (patch) | |
| tree | 2702b80c5ad00ff615859a105dfc739f5f982fc1 | |
| parent | 9b7719c2c78f1e6f3d012bb76aca7efa1df7faac (diff) | |
| parent | cfe679c842b8cc1b3f7179b90e0aff8652831cce (diff) | |
Merge branch 'master' of ssh://propellor.branchable.com
| -rw-r--r-- | doc/forum/Systemd.container_produces_non-standard_systemd_container/comment_3_04262501adfdb4a2448618f91024f5c0._comment | 15 | ||||
| -rw-r--r-- | doc/todo/support_tarball_source_images.mdwn | 3 |
2 files changed, 18 insertions, 0 deletions
diff --git a/doc/forum/Systemd.container_produces_non-standard_systemd_container/comment_3_04262501adfdb4a2448618f91024f5c0._comment b/doc/forum/Systemd.container_produces_non-standard_systemd_container/comment_3_04262501adfdb4a2448618f91024f5c0._comment new file mode 100644 index 00000000..c32fee70 --- /dev/null +++ b/doc/forum/Systemd.container_produces_non-standard_systemd_container/comment_3_04262501adfdb4a2448618f91024f5c0._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="https://mathstuf.id.fedoraproject.org/" + nickname="mathstuf" + subject="comment 3" + date="2015-10-20T01:01:54Z" + content=""" +You can see the difference here: + +``` +mycontainer directory no n/a n/a n/a +testclone subvolume no 60M Thu 2015-09-24 22:41:39 CEST n/a +``` + +Your container is a directory while the clone is a subvolume (of btrfs). Cloning the machine involves doing some btrfs magic I would assume (with no `cp -a` backup). The error message could be more descriptive… +"""]] diff --git a/doc/todo/support_tarball_source_images.mdwn b/doc/todo/support_tarball_source_images.mdwn new file mode 100644 index 00000000..a9e7d955 --- /dev/null +++ b/doc/todo/support_tarball_source_images.mdwn @@ -0,0 +1,3 @@ +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. |
