There are several pages describing how to build Ubuntu live CD images. Where is the code used to build the official live CD images?
To be more precise: I'm talking about the particular code (maybe it's a single script, I don't know) used by Canonical to build the official images, not the source code for the generic tools (like squashfs) that are used by that code.
I'm assuming here that such code exists, and is published! Maybe somebody at Canonical sits down and does it by hand every time.
Note that I'm not looking for an alternative way to build live CD images here: rather, I want to look at the code that was used to build the official images.
Apparently it's a project called ubuntu-cdimage. It does not appear to be available as a package from the official APT repository.
The blog post I linked on your other question linked to a ReleaseTeam page on the wiki (CDImageSetup) that mentioned the ubuntu-cdimage suite. The suite looks geared toward large-scale production (daily ISO builds, testing, etc) rather than individual builds like the
live-build
andubuntu-defaults-builder
packages.