[15:26] m4t, except the server ISO's are now only the live server (also subiquity) and install crap like cloud-init [15:26] hmm i thought there is a minimal server [15:26] not any more [15:27] there was legacy server, alternate install and mini.iso - all either now unsupported, not built any more, or considered legacy [15:27] maybe it's this https://ubuntu.com/download/alternative-downloads [15:27] it's live server ISO or nothing now [15:27] eh [15:27] yeah damn [15:27] i think last full install i did was 18.04 [15:29] tbh I'd love it if the Ubuntu MATE team could share the full instructions of how they put together the ISO CD (and the image that it deploys), maybe Wimpy has that? [15:29] so that I could make a new distro... Ubuntu Nothing [15:29] you get... literally nothing, but the base system :) [15:29] https://discourse.ubuntu.com/t/netbooting-the-live-server-installer/14510 [15:29] sad [15:30] yeah I've read all that [15:30] you have to download the entire iso to ram now? haha [15:30] yeah it's really stupid [15:30] anyways sorry for misleading [15:51] wrsuser: the flavors provide "seed" files and the isos are built on launchpad, not in local pcs: https://people.canonical.com/~ubuntu-archive/seeds/ubuntu-mate.focal/desktop [15:53] I haven't seen the recent ubuntu-server evolutions; but I guess `debootstrap + apt install ubuntu-minimal` should still be there :D [15:53] alkisg, so using that same file could I edit out something (e.g. evolution) and re-send it to launchpad and get an ISO without that included? [15:54] wrsuser: no, that process is reserved for flavors afaik [15:54] The software for that though should be open source, maybe livecd-builder or something [15:54] alkisg, sure but debootstrap is a massive pain getting something else to boot live in the meantime... then setting up things like network connections manually, hostnames, other random things like detecting if firmware is needed, intel microcode, etc... [15:54] I've seen it years ago, I don't even remember the name anymore [15:55] You mean preseeding? I guess you could run debian-installer from a minimal live system, and netbooting isn't really hard [15:55] Maybe you could also use ansible if you don't want cloud-init [15:55] * alkisg is netbooting all the clients from the same image, always, so has no need for separate configurations :D [15:56] this isn't for servers [15:56] (as I'd use Debian for that anyway... and they have the netinst ISO which is great :P) [15:56] You want a desktop environment? [15:56] this is about needing a minimal ubuntu install to build up one-off desktops from [15:56] and ubuntu-live-server ISO as a base... is poop [15:57] Last time I started from ubuntu-server.iso I installed network-manager, uninstalled netplan... and spent 3 hours to find out that I need to reinstall netplan to get network-manager working :D [15:57] EXACTLY! [15:58] I forgot about netplan [15:58] Indeed new trends come with shortcomings [15:58] mini.iso / legacy-server/ alternate-installer ... all 3 are now either no longer built or otherwise discontinued or considered legacy either for 20.04 or future versions [15:58] so that's why I'd love to make a new Ubuntu flavour... Ubuntu Nothing [15:58] Devuan is "debian without systemd"... I guess we'd want an "ubuntu with only packages that also exist on debian" :P [15:59] even if 'Ubuntu Nothing' used subiquity-crap... at least you'd get NOTHING :P [15:59] yeah! I want a Ubuntu ISO install CD that just gives me the base packages I get with a Debian netinst [15:59] and that certainly excludes snapd :P [16:00] Unfortunately, when the new packages get integrated too much, you wouldn't even be able to create such an .iso due to dependencies [16:00] And I suspect they force flavors to add snapd, in order to promote it [16:00] All the flavors have it preinstalled, even if it has zero or a couple of snap packages only [16:00] well surely snapd is inside the image that subiquity copies over right? what generates that image? a debootstrap process? [16:01] because if so ... just don't install snapd :P [16:01] You could certainly do that, but you'd have to spend a lot of time maintaining it, and I doubt it would ever be accepted as an official flavor [16:01] I'd relish in Canonical's hatred of it :) [16:02] You can do it with many many ways. But I don't think an official flavor is allowed to remove snap [16:02] It's not a technical issue, it's a political issue [16:03] that's fine - I like the idea of it being an outlaw :P [16:04] gnome vs unity, upstart vs systemd etc etc; now it's the war of flatpak vs snap vs appimage etc, companies do need to push their products [16:04] if anyone would like to furnish me with the exact details of how current official flavour ISO's are made (so that in future, it's easy to keep up)... I'm just seeking to have one that installs LESS... much less :) [16:04] (and I mean step by step if possible :P) [16:08] I think that if you try to create it with the "official method", then you'll also end up patching the build code itself [16:08] It should be much easier to unpack an iso, remove what you don't want, then repack it [16:09] that still means either making a new image or manipulating the existing one [16:09] preferably the former as I hate removing things after they're already installed [16:09] i'm paranoid they leave stuff behind