summaryrefslogtreecommitdiff
path: root/doc/todo/bug_in_diskimage_finalization.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/bug_in_diskimage_finalization.mdwn')
-rw-r--r--doc/todo/bug_in_diskimage_finalization.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/todo/bug_in_diskimage_finalization.mdwn b/doc/todo/bug_in_diskimage_finalization.mdwn
new file mode 100644
index 00000000..288e96f2
--- /dev/null
+++ b/doc/todo/bug_in_diskimage_finalization.mdwn
@@ -0,0 +1,11 @@
+DiskImage.imageBuilt has broken and no longer runs the finalization
+properties that get added to the chroot. This includes installing grub, and
+Chroot.noServices etc.
+
+Seems that the `_chroot` info that gets propigated from imageBuilt is
+for the chroot before those properties are added to it. Then when chaining
+into the chroot, `_chroot` info is examined to find the properties to
+ensure.
+
+I have not yet been able to determine what broke it -- I'm sure it used to
+work. --[[Joey]]