livecd-rootfs (0.77) jaunty; urgency=low * Remove the D-Bus machine identifier from the livefs; it needs to be unique, and it's generated at boot time if it's missing (LP: #322830). -- Colin Watson Thu, 29 Jan 2009 17:21:23 +0000 livecd-rootfs (0.76) jaunty; urgency=low * Allow kernel-less builds for armel for now (see https://wiki.ubuntu.com/Specs/ARMImageSelection). -- Colin Watson Tue, 20 Jan 2009 23:39:56 +0000 livecd-rootfs (0.75) jaunty; urgency=low [ Steve Langasek ] * BuildLiveCD: recognize 'mythbuntu' and 'ubuntu-mobile' as valid project names [ Colin Watson ] * BuildLiveCD: add ubuntu-umpc too. [ Steve Kowalik ] * BuildLiveCD: Add ubuntu-netbook-remix. * livecd.sh: Support ubuntu-netbook-remix. -- Steve Kowalik Sat, 10 Jan 2009 11:08:29 +1100 livecd-rootfs (0.74) jaunty; urgency=low * For mythbuntu livefs builds, we don't have tasks yet. They will be coming in a future build of Soyuz, so for now just use the metapackages instead. -- Mario Limonciello Sat, 08 Nov 2008 09:49:56 -0600 livecd-rootfs (0.73) jaunty; urgency=low [ Colin Watson ] * Add ubuntu-umpc support (equivalent to previous ubuntu-mobile). [ Mario Limonciello ] * Add Mythbuntu support. * BuildLiveCD: default to jaunty. -- Mario Limonciello Tue, 04 Nov 2008 19:28:35 -0600 livecd-rootfs (0.72) intrepid; urgency=low * Fix source mirror for -updates in generated sources.list (it was incorrect for ports architectures). * Fix description of universe in generated sources.list: packages there are expected to be under a free licence. * Enable universe and multiverse for DVDs (there isn't generally enough space on CDs; see LP #105511). -- Colin Watson Thu, 09 Oct 2008 02:13:41 +0100 livecd-rootfs (0.71) intrepid; urgency=low * change mobile to use the mobile-mobile task instead of teh metapackage for building images -- Oliver Grawert Mon, 29 Sep 2008 23:24:15 +0200 livecd-rootfs (0.70) intrepid; urgency=low * linux-lpia-meta exists, change lpia's kernel back to linux-lpia. -- Steve Kowalik Fri, 26 Sep 2008 16:09:54 +1000 livecd-rootfs (0.69) intrepid; urgency=low * add ubuntu-mobile to build targets -- Oliver Grawert Tue, 23 Sep 2008 12:46:50 +0200 livecd-rootfs (0.68) intrepid; urgency=low * Unmount /proc/sys/fs/binfmt_misc, in case binfmt-support is installed and manages to mount it. * Move MOUNTS variable into cleanup function for clarity; it's used nowhere else. -- Colin Watson Mon, 22 Sep 2008 11:52:22 +0100 livecd-rootfs (0.67) intrepid; urgency=low * Bump linux-lpia to -3. -- Steve Kowalik Mon, 15 Sep 2008 16:41:34 +1000 livecd-rootfs (0.66) intrepid; urgency=low * Remove a bunch of seeded packages from ubuntu-mid's LIST. * Move casper from ubuntu-mid's LIST to LIVELIST. * Add ubiquity to ubuntu-mid's LIVELIST. -- Steve Kowalik Thu, 11 Sep 2008 19:02:52 +1000 livecd-rootfs (0.65) intrepid; urgency=low * Fiddle the kernel name for lpia. -- Steve Kowalik Tue, 09 Sep 2008 09:21:10 +1000 livecd-rootfs (0.64) intrepid; urgency=low * Add support for building Ubuntu MID images. - Includes changing the kernel name for lpia due to the lack of meta package for the time being. -- Steve Kowalik Fri, 22 Aug 2008 18:10:38 +1000 livecd-rootfs (0.63) intrepid; urgency=low * Do not install xresprobe, it is not necessary any more and in universe now. -- Martin Pitt Wed, 13 Aug 2008 09:45:15 +0200 livecd-rootfs (0.62) intrepid; urgency=low * Use 'set -eu' rather than putting -eu on the #! line, so that running 'sh -x /usr/sbin/livecd.sh' for testing doesn't invoke different error-handling behaviour. * Remove the kernel from the livefs; ubiquity >= 1.9.4 will copy it from the CD root if it needs to (LP: #80385). -- Colin Watson Fri, 18 Jul 2008 20:01:15 +0100 livecd-rootfs (0.61) intrepid; urgency=low * Use apt pinning to force use of the version of ssl-cert from the hardy release pocket, not the one from -updates, so we avoid pulling in the very large openssl-blacklist package that we don't need on live CDs -- Steve Langasek Fri, 20 Jun 2008 13:53:17 -0700 livecd-rootfs (0.60) intrepid; urgency=low * Employ hideous hack to ensure that when we're building against updates/proposed, we only get one version of kernel headers. * Move the cleanup() call to the end of the script, so we still have proc mounted for coreutils when update-initramfs is run. * Mount dev/pts immediately after debootstrap, as dpkg has begun whining pretty loudly (and occasionally exiting) if it's gone. -- Adam Conrad Tue, 10 Jun 2008 17:20:10 -0600 livecd-rootfs (0.59) intrepid; urgency=low [ Colin Watson ] * Remove /boot/initrd.img-*.bak (LP: #64887). [ Adam Conrad ] * Resurrect the proposed option for livecd.sh/BuildLiveCD, so we can build test images that include packages from proposed. * Build with updates and security by default, which is a no-op on development releases (where these suites are empty), but a necessity for point-release image building. * Copy bin/true from the chroot, not from the real root, so image builds for i386/lpia work on amd64, as intended. -- Adam Conrad Tue, 10 Jun 2008 13:23:18 -0600 livecd-rootfs (0.58) intrepid; urgency=low * Fix up BuildLiveCD to only pass -a$ARCH when building for intrepid, and to disallow multi-suite builds (does anyone use it for this) of suites >= intrepid and <= hardy in the same invocation. -- Adam Conrad Fri, 02 May 2008 15:44:17 -0600 livecd-rootfs (0.57) intrepid; urgency=low * Allow the user to specify the ARCH on the livecd.sh command line, overriding the use of the dpkg architecture for the livecd run. * Differentiate between ARCH (the local architecture) and TARGETARCH, so that builds of ubuntu-lpia continue to work on the i386 buildd. * Pass ARCH by default from BuildLiveCD to livecd.sh; this should be manually overridden on cross-arch buildds, instead of using dpkg. * Update default suite in BuildLiveCD to intrepid, gutsy's a bit old. -- Adam Conrad Fri, 02 May 2008 15:10:32 -0600 livecd-rootfs (0.56) hardy; urgency=low * Explicitly install language-support-en first for kubuntu-kde4 live, should stop apt wanting to install firefox for no good reason. -- Jonathan Riddell Thu, 13 Mar 2008 14:32:14 +0000 livecd-rootfs (0.55) hardy; urgency=low * All powerpc builds (including ps3) use the powerpc/powerpc64-smp kernels now. -- Colin Watson Wed, 27 Feb 2008 20:19:16 +0000 livecd-rootfs (0.54) hardy; urgency=low * Run /etc/cron.daily/mlocate rather than /etc/cron.daily/slocate. -- Colin Watson Wed, 27 Feb 2008 06:54:12 +0000 livecd-rootfs (0.53) hardy; urgency=low * Set kubuntu-kde4 to universe -- Jonathan Riddell Fri, 22 Feb 2008 09:42:15 +0000 livecd-rootfs (0.52) hardy; urgency=low * Enable *ubuntu-dvd and kubuntu-kde4 as known projects in BuildLiveCD -- Steve Langasek Thu, 14 Feb 2008 15:58:31 -0800 livecd-rootfs (0.51) hardy; urgency=low [ Jonathan Riddell ] * Add kubuntu-kde4 [ Steve Langasek ] * Add new targets for {k,ed,}ubuntu-dvd -- Steve Langasek Thu, 14 Feb 2008 10:15:33 -0800 livecd-rootfs (0.50) hardy; urgency=low * Switch Xubuntu to libgoffice-gtk-0-6. -- Colin Watson Thu, 31 Jan 2008 17:22:35 +0000 livecd-rootfs (0.49) hardy; urgency=low * Allow Xubuntu to build against universe and multiverse. -- Colin Watson Mon, 28 Jan 2008 16:33:06 +0000 livecd-rootfs (0.48) hardy; urgency=low * fix typo in getopts call so the -m and -S options are recognized * drop call to non-existent sanitize command (LP: #179130) -- Oliver Grawert Fri, 25 Jan 2008 17:40:57 +0100 livecd-rootfs (0.47) hardy; urgency=low * Fix versioned dependency to squashfs-tools. "." != "-", silly me. -- Martin Pitt Thu, 20 Dec 2007 14:17:47 +0100 livecd-rootfs (0.46) hardy; urgency=low * Use -nolzma option of mksquashfs, since our current kernel squashfs module does not support it yet (see LP #177634). Bump dependency to squashfs-tools to ensure availability of that option. -- Martin Pitt Thu, 20 Dec 2007 12:03:41 +0100 livecd-rootfs (0.45) hardy; urgency=low [ Colin Watson ] * Vcs-Bzr is now an official field. Use an unauthenticated URL for it. [ Bryce Harrington ] * livecd.sh: Leave a token empty xorg.conf in place to let xserver-xorg postinst know it needs to regenerate it. (LP: #174537) -- Timo Aaltonen Wed, 19 Dec 2007 01:23:32 +0200 livecd-rootfs (0.44) hardy; urgency=low * xubuntu seed change - libgoffice-gtk-0-4 --> libgoffice-gtk-0-5 -- Sarah Hobbs Fri, 30 Nov 2007 14:52:29 +1100 livecd-rootfs (0.43) hardy; urgency=low * Add Gobuntu support. -- Colin Watson Mon, 29 Oct 2007 17:57:17 -0400 livecd-rootfs (0.42) hardy; urgency=low * Create /spu directory and spu group for powerpc+ps3 builds. * Add XS-Vcs-Bzr field. -- Colin Watson Wed, 24 Oct 2007 23:20:58 +0100 livecd-rootfs (0.41) gutsy; urgency=low * Log the size of doc directories to stdout. -- Matthias Klose Sun, 07 Oct 2007 14:07:59 +0200 livecd-rootfs (0.40) gutsy; urgency=low * Set CASPER_GENERATE_UUID=1 to tell casper's initramfs hook to generate a UUID which will be checked against the discovered medium (LP: #144800). -- Colin Watson Thu, 04 Oct 2007 14:26:06 +0100 livecd-rootfs (0.39) gutsy; urgency=low * Print the file size in fdupes output as well. -- Matthias Klose Thu, 04 Oct 2007 12:28:27 +0200 livecd-rootfs (0.38) gutsy; urgency=low * Avoid the ${ROOT} prefix in fdupes output, compact and sort the output. -- Matthias Klose Thu, 04 Oct 2007 10:13:48 +0200 livecd-rootfs (0.37) gutsy; urgency=low * Run fdupes on ${ROOT}/usr. -- Matthias Klose Wed, 03 Oct 2007 16:46:14 +0200 livecd-rootfs (0.36) gutsy; urgency=low * Change the names of ia64 kernels to the right (non-SMP since they're merged) ones. -- LaMont Jones Wed, 26 Sep 2007 13:50:19 -0600 livecd-rootfs (0.35) gutsy; urgency=low * Use linux-cell rather than linux-ps3. -- Colin Watson Tue, 25 Sep 2007 12:36:20 +0100 livecd-rootfs (0.34) gutsy; urgency=low * Rearrange lpia mirror selection hacks to work properly; FS isn't set until a bit later on. -- Colin Watson Sat, 08 Sep 2007 22:56:32 +0100 livecd-rootfs (0.33) gutsy; urgency=low [ Adam Conrad ] * Implement hideous hacks to build lpia mixed-arch livecds for developers to test with. This should be reverted ASAP once LPIA main is built. * Add missing ${ROOT}sys to $MOUNTS; a bug exposed by a buggy debootstrap. [ Colin Watson ] * Add lupin-casper as well as casper, for installer-for-windows. * Revert most of the lpia hacks now that most of main is built, though we still need a few of them to make the ubuntu-lpia project work. * Move powerpc to ports.ubuntu.com. -- Colin Watson Fri, 07 Sep 2007 19:11:03 +0100 livecd-rootfs (0.32) gutsy; urgency=low * For Edubuntu images, include the intersection of edubuntu-ship-addon and edubuntu-live in manifest-desktop, so that packages also on the add-on CD aren't removed after installation by ubiquity. -- Colin Watson Sat, 21 Jul 2007 14:43:09 +0100 livecd-rootfs (0.31) gutsy; urgency=low * Remove a duplicate "copyright" from debian/copyright. Typing is hard. * Bump SOVER for libgoffice-gtk to make Xubuntu builds happy again. -- Adam Conrad Wed, 18 Jul 2007 10:39:08 +0100 livecd-rootfs (0.30) gutsy; urgency=low * Relicense livecd.sh under the terms of the GPLv2, in preparation for our first public release of this hideous mess of shell. * Merge in Colin Watson's subarch hacks from the production buildds. * Update copyright again, this time only seven months late! * Change the maintainer in debian/control to me; so long, LaMont. * Install the BuildLiveCD script to doc/examples, so we have a handy place to yank it from, and to provide an example of our SSH trigger. * Remove duplicate debconf cruft from the chroot before building. -- Adam Conrad Tue, 10 Jul 2007 10:48:04 +0100 livecd-rootfs (0.29) UNRELEASED; urgency=low * Update copyright to 2006, 9 months late is better than never, right? * Update kernels for i386 and amd64 to reflect recent renaming. * Remove all cloop-related code, we're now squashfs-only on all arches. * Add mirror information to make things work faster on my network. * Swap out more metapackages for tasks (ubuntu-minimal/ubuntu-standard) -- Adam Conrad Thu, 21 Sep 2006 10:37:09 +1000 livecd-rootfs (0.28) UNRELEASED; urgency=low * Welcome to Edgy... Switch the default i386 kernel to -686, yay! * And when I say "edgy", I really mean it (ie: change the suite too) * Add the use of a sortfile from Tollef to the squashfs invocation. * s/libgoffice-gtk-1-2/libgoffice-gtk-0-3/ for the xubuntu hint. * s/ubuntu-base/ubuntu-minimal ubuntu-standard/g for seed changes. -- Adam Conrad Mon, 28 Aug 2006 03:40:28 +1000 livecd-rootfs (0.27) UNRELEASED; urgency=low [ Adam Conrad ] * Copy the kernel out of the livefs as well, so we have one that matches. * Enable rudimentary support for squashfs filesystems, initially enabling it on the primary architectures only (powerpc, i386, amd64) * Split the package LIST into LIST and LIVELIST, and generate a manifest before installing LIVELIST, so espresso can calculate the difference. * Use --print-installation-architecture instead of --print-architecture * Special-case kubuntu cloops to be slightly larger, so we don't overflow. * Make sparc use archive.ubuntu.com, it's no longer a ports arch. * Add xubuntu support to livecd.sh, including hackish workarounds. * Reset the debconf frontend after we're all done with the chroot. [ LaMont Jones ] * umount /var/{run,lock} * changes for launchpad archive (ftpmaster.internal instead of jackass) -- LaMont Jones Wed, 8 Feb 2006 10:49:27 -0700 livecd-rootfs (0.26) hoary-cat; urgency=low [ Adam Conrad ] * Copy the initrd out of the livefs for us in the SimplifiedLiveCD setup [ LaMont Jones ] * linux-image-power{3,4} -> powerpc64-smp * casper needs to be in the livecd image (change base). -- LaMont Jones Fri, 23 Dec 2005 09:37:57 -0700 livecd-rootfs (0.25) hoary-cat; urgency=low [ LaMont Jones ] * Really use e2fs-zero.py: it needs -w. Comment out partimage. * edubuntu/kubuntu need to use ubuntu-base [ Adam Conrad ] * Make livecd.sh umount the lrm tmpfs during the cleanup process. * Make our sources.list use SECSRCMIRROR instead of SRCMIRROR for security sources, defaulting to SECMIRROR for release arches and SRCMIRROR for ports (since ports don't have security binaries and sources in one place) -- LaMont Jones Thu, 24 Nov 2005 10:13:33 -0700 livecd-rootfs (0.24) hoary-cat; urgency=low [ LaMont Jones ] * Incorporate e2fs-zero.py from Paul Sladen: http://www.paul.sladen.org/ubuntu/e2fszero/e2fs-zero.py And use it instead of partimage. Suggest: partimage instead of Recommends. * Print package version during script run. * some HPPA fixes, allow architectures to have more than just main. * add debian/compat * Add --resolve-deps to debootstrap command. [ Adam Conrad ] * Incorporate 'tocd' target, including hideous hack to get the germinate output from Colin's lists at people.ubuntu.com -- LaMont Jones Tue, 25 Oct 2005 12:00:45 -0600 livecd-rootfs (0.23) hoary-cat; urgency=low * use kubuntu-live in the kubuntu case, per cjwatson. -- LaMont Jones Thu, 8 Sep 2005 09:48:12 -0600 livecd-rootfs (0.22) hoary-cat; urgency=low * rm -f etc/X11/xorg.conf, per #13788 -- LaMont Jones Mon, 22 Aug 2005 22:07:10 -0600 livecd-rootfs (0.21) hoary-cat; urgency=low * a bit more ports.ubuntu.com cleanup: deb-src still needs to point at archive.ubuntu.com. * postfix isn't there anymore, make the postfix stripping stuff conditional. * nuke the update-notifier messages -- LaMont Jones Thu, 18 Aug 2005 12:09:49 -0600 livecd-rootfs (0.20) hoary-cat; urgency=low * incorporate ports.ubuntu.com repositories * make distro name a parameter. -- LaMont Jones Tue, 17 May 2005 21:39:24 -0600 livecd-rootfs (0.19) hoary; urgency=low * Add 'base' target -- LaMont Jones Wed, 13 Apr 2005 18:43:04 -0600 livecd-rootfs (0.18) hoary; urgency=low * set +e affects callers. -- LaMont Jones Tue, 5 Apr 2005 16:20:32 -0600 livecd-rootfs (0.17) hoary; urgency=low * locales cleanup. -- LaMont Jones Mon, 7 Mar 2005 09:53:54 -0700 livecd-rootfs (0.16) hoary; urgency=low * Bunch of cleanup for kubunut-live. -- LaMont Jones Thu, 3 Mar 2005 16:02:21 -0700 livecd-rootfs (0.15) hoary; urgency=low * Can't have arch-specific Depends. Poor partimage. -- LaMont Jones Sun, 27 Feb 2005 14:31:27 -0700 livecd-rootfs (0.14) hoary; urgency=low * Remove /etc/resolv.conf from the chroot. Closes: #6954 -- LaMont Jones Sat, 26 Feb 2005 18:39:22 -0700 livecd-rootfs (0.13) hoary; urgency=low * Add ubuntu-live -- LaMont Jones Fri, 11 Feb 2005 18:25:24 -0700 livecd-rootfs (0.12) hoary; urgency=low * partimage likes having TERM=vt100, better than a nonexistant one. -- LaMont Jones Fri, 21 Jan 2005 23:36:41 -0700 livecd-rootfs (0.11) hoary; urgency=low * apt-get update in the final chroot * Change partimage depend to be [ !64-bit ], use partimage conditionally -- LaMont Jones Fri, 21 Jan 2005 22:47:46 -0700 livecd-rootfs (0.10) hoary; urgency=low * Actually run /usr/sbin/locale-gen to generate the locales. * Try zero-filling the fsimage file -- LaMont Jones Thu, 20 Jan 2005 19:14:45 -0700 livecd-rootfs (0.9) hoary; urgency=low * Can't divert conffiles, nor do we need to anymore. -- LaMont Jones Wed, 19 Jan 2005 16:54:45 -0700 livecd-rootfs (0.8) hoary; urgency=low * Pre-generate some locales (en_{US,GB,ZA}.UTF-8) -- LaMont Jones Sat, 15 Jan 2005 07:55:12 -0700 livecd-rootfs (0.7) hoary; urgency=low * rsync does not love what we do in cloop. :( -- LaMont Jones Fri, 14 Jan 2005 22:13:03 -0700 livecd-rootfs (0.6) hoary; urgency=low * fix typos in livecd.sh. sigh. -- LaMont Jones Fri, 14 Jan 2005 21:18:57 -0700 livecd-rootfs (0.5) hoary; urgency=low * Buildd various .cloop filesystems, to see if rsync loves us -- LaMont Jones Thu, 13 Jan 2005 12:34:30 -0700 livecd-rootfs (0.4) hoary; urgency=low * Need to actually umount the fsimg before compressing it. -- LaMont Jones Tue, 11 Jan 2005 15:21:32 -0700 livecd-rootfs (0.3) hoary; urgency=low * add manifest file -- LaMont Jones Sun, 9 Jan 2005 13:27:07 -0700 livecd-rootfs (0.2) hoary; urgency=low * Better divertion setup, fix sources.list * copyright in file. * Flush postfix's queue of the install mail -- LaMont Jones Fri, 7 Jan 2005 13:00:37 -0700 livecd-rootfs (0.1) hoary; urgency=low * Initial revision -- LaMont Jones Thu, 6 Jan 2005 21:24:08 -0700