From 4d3a3caa6bd3ebea92bdcf3122922c881a4b2a3a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 24 Mar 2017 10:59:44 -0400 Subject: bug report --- doc/todo/bug_in_diskimage_finalization.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/todo/bug_in_diskimage_finalization.mdwn (limited to 'doc/todo/bug_in_diskimage_finalization.mdwn') 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]] -- cgit v1.2.3