[14:40] how does partman-iscsi ends up part of the installation? [14:40] one manually anna-installs it? [14:41] * xnox ponders how to hook up s390-zfcp and thought that it should be similar to e.g. iscsi [14:59] nope [14:59] gets pulled in if you preseed iscsi things [15:00] or maybe always there in some specific cases, I need to check [15:12] i guess one must do anna-install=partman-iscsi or some such? [15:12] but i'm struggling to find docs about it. [15:20] no need to anna-install it at all [15:23] but I suppose I'm missing a part of the magic anyway, I don't see how it gets pulled in either [15:46] cjwatson: could you please enlighten us? ^ [15:46] I'm wondering if it's not just via Priority [16:30] Yes, any udeb that's Priority: standard is automatically marked for installation by anna. [16:30] (or above) [16:32] For the full rules it's easiest to just read through the body of the larger for loop in anna/anna.c:choose_modules - the log messages make the logic reasonably clear. [16:50] cjwatson, aha. so maybe i should stop pointlessly including some of the s390-* things, and bump priority instead. [16:50] (i take that priority:standard udebs get included on the .iso automagically too...) [16:52] xnox: IIRC [16:53] ;-) [16:53] cjwatson, btw, would you like to nominate yourself to Ubuntu Developer Membership Board =) [16:53] xnox: No. [16:53] Not even a little bit. [16:53] =))))))) ok [16:54] cjwatson, even if i bribe you with 100 portal keys? [16:54] =) [16:55] I've been there and done that, don't want to do it again. [16:55] I wouldn't be able to give it the time it needs for a proper job anyway. [16:59] It is a highly rewarding experience [17:04] * xnox ponders why we include block-modules-${kernel:Version} into d-i initrds. [17:04] on s390x, which cannot install without network. [17:04] or rather, can only install over the network. [17:12] xnox: what did you mean by 'including', adding to pkglists in d-i? [17:13] yeah. [17:13] ah, yeah [17:13] it makes sense on e.g. hd-media, but makes no sense for netboot only s390x. [17:13] well, it depends if you want to make it already available in the initrd or not ;) [17:13] right [17:13] if it can only netboot, all you really need is enough to get on the network and download the rest [17:15] makes me think that I still have an enhancement I want to do to anna for the PPA overlay magic [17:58] like install all from overlay? [19:44] well, not really, but use any package newer than the archive from the overlay [19:45] I'll deal with this tomorrow