[09:21] ev, xnox: I was debugging an issue with ubiquity last friday, it doesn't recognize uefi-installation of win8 here, so can't resize the disks to make room for saucy [09:21] so was wondering you might have a clue of what's missing? [11:25] cjwatson: 'WINOSDATA=true os-prober' doesn't return anything here, so I guess os-prober still needs some fixing. dunno if this is used strictly for migration-assistant only, and not partman on ubiquity.. [11:30] right, it's the check for /sys/firmware/efi in 20microsoft, which makes it skip the rest, so m-a doesn't work on uefi systems at all [11:36] adding a condition for '&& [ ! -n "$WINOSDATA" ] seems to work [11:37] It's certainly not about m-a, since that's been removed [11:37] (Mostly; there may be a few pieces left) [11:37] oh [11:38] The only reference I see to WINOSDATA in ubiquity is AFAICS vestigial [11:38] so maybe the WINOSDATA-stuff in os-prober can be dropped now [11:38] But I don't see WINOSDATA in migration-assistant either ... [11:38] https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/772470 [11:38] Ubuntu bug 772470 in ubiquity (Ubuntu Precise) "os-prober doesn't detect Windows partition but the recovery partition instead" [High,Fix released] [11:39] that's where it was added [11:39] That wasn't (just) for migration-assistant [11:39] right [11:39] ubiquity needs to know where the Windows partition is so that it can display it appropriately in the simplified partitioning dialogs [11:41] looks to me it should just blindly go through ntfs partitions? [11:41] Yeah [11:41] Fixing. Is there a bug# for this? [11:41] no, I could create one [11:42] No, don't worry [11:42] Just for the changelog if there already was one [11:42] right [11:43] Uploaded [11:44] Now, I wonder where the client code setting WINOSDATA went [11:44] this was the removal of the diff? [11:44] ? [11:45] what got uploaded [11:45] I lost track :) [11:45] http://paste.ubuntu.com/5683444/ [11:46] oh that [11:46] could've merged 1.16 too ;) [11:46] er, 1.60 [11:46] meh, will do later [11:47] This way I get touched-it-last back and don't have to ask anyone ;-) [11:48] heh, true [11:48] Hm, it does seem that WINOSDATA was only ever added for migration-assistant, though [11:48] Maybe ubiquity is supposed to do it some other way [11:56] stgraber: ^- Honestly I am hopelessly confused at this point. Do you remember how any of this works? [15:12] cjwatson: so looking at the uploads I did around the same time as os-prober back in precise, I think that env variable was only ever used by migration-assistant [15:14] there apparently was also a change to ubiquity to have it use a different cache of os-prober results when called by m-a then when called from the partitioning step === kentb is now known as kentb-out