summaryrefslogtreecommitdiff
path: root/doc/forum/Systemd.container_produces_non-standard_systemd_container
diff options
context:
space:
mode:
Diffstat (limited to 'doc/forum/Systemd.container_produces_non-standard_systemd_container')
-rw-r--r--doc/forum/Systemd.container_produces_non-standard_systemd_container/comment_1_07ddf79f04240fd7c9911199b5e7ffd4._comment7
-rw-r--r--doc/forum/Systemd.container_produces_non-standard_systemd_container/comment_2_1f3607a766f4a6bd7a297d958a7f1087._comment14
-rw-r--r--doc/forum/Systemd.container_produces_non-standard_systemd_container/comment_3_04262501adfdb4a2448618f91024f5c0._comment15
3 files changed, 36 insertions, 0 deletions
diff --git a/doc/forum/Systemd.container_produces_non-standard_systemd_container/comment_1_07ddf79f04240fd7c9911199b5e7ffd4._comment b/doc/forum/Systemd.container_produces_non-standard_systemd_container/comment_1_07ddf79f04240fd7c9911199b5e7ffd4._comment
new file mode 100644
index 00000000..f80a6dc9
--- /dev/null
+++ b/doc/forum/Systemd.container_produces_non-standard_systemd_container/comment_1_07ddf79f04240fd7c9911199b5e7ffd4._comment
@@ -0,0 +1,7 @@
+[[!comment format=mdwn
+ username="gueux"
+ subject="comment 1"
+ date="2015-09-25T14:39:49Z"
+ content="""
+I forgot to tell that /var is a btrfs partition...
+"""]]
diff --git a/doc/forum/Systemd.container_produces_non-standard_systemd_container/comment_2_1f3607a766f4a6bd7a297d958a7f1087._comment b/doc/forum/Systemd.container_produces_non-standard_systemd_container/comment_2_1f3607a766f4a6bd7a297d958a7f1087._comment
new file mode 100644
index 00000000..dd918e72
--- /dev/null
+++ b/doc/forum/Systemd.container_produces_non-standard_systemd_container/comment_2_1f3607a766f4a6bd7a297d958a7f1087._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2015-09-26T12:33:57Z"
+ content="""
+The FilePath parameter to Chroot.debootstrapped is the directory to put the
+chroot in.
+
+If you have a property foo that takes such a chroot directory and generates
+the tarball you need, you can compose it thus:
+
+ Chroot.debootstrapped system chrootdir
+ `onChange` foo chrootdir tarball
+"""]]
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…
+"""]]