diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-03-24 10:59:44 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-03-24 10:59:44 -0400 |
| commit | 4d3a3caa6bd3ebea92bdcf3122922c881a4b2a3a (patch) | |
| tree | 6e87fe4856391ec72a86237e289e494c1fc4c5ca | |
| parent | 49ab069466c1c042cad12ef9c74f1f03c65615a9 (diff) | |
bug report
| -rw-r--r-- | doc/todo/bug_in_diskimage_finalization.mdwn | 11 |
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]] |
