Imported using git-ubuntu import.
Changelog parent: fbb827febf
New changelog entries:
* 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.
Imported using git-ubuntu import.
Changelog parent: c983df7186
New changelog entries:
* 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).
Imported using git-ubuntu import.
Changelog parent: 1f1b49c242
New changelog entries:
* change mobile to use the mobile-mobile task instead of teh metapackage for
building images
Imported using git-ubuntu import.
Changelog parent: 72ff4b32a7
New changelog entries:
* linux-lpia-meta exists, change lpia's kernel back to linux-lpia.
Imported using git-ubuntu import.
Changelog parent: 0f9e11098d
New changelog entries:
* 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.
Imported using git-ubuntu import.
Changelog parent: 09576cc9e4
New changelog entries:
* 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.
Imported using git-ubuntu import.
Changelog parent: 297e3626fc
New changelog entries:
* 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.
Imported using git-ubuntu import.
Changelog parent: 2181c3bb4a
New changelog entries:
* Do not install xresprobe, it is not necessary any more and in universe
now.
Imported using git-ubuntu import.
Changelog parent: a754f6c1db
New changelog entries:
* 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).
Imported using git-ubuntu import.
Changelog parent: 8df24d0847
New changelog entries:
* 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
Imported using git-ubuntu import.
Changelog parent: 69b780c9fa
New changelog entries:
* 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.
Imported using git-ubuntu import.
Changelog parent: 61a11da916
New changelog entries:
[ 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.
Imported using git-ubuntu import.
Changelog parent: f23f76577d
New changelog entries:
* 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.
Imported using git-ubuntu import.
Changelog parent: 7ae22491cb
New changelog entries:
* 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.
Imported using git-ubuntu import.
Changelog parent: 576f7638e4
New changelog entries:
* Explicitly install language-support-en first for kubuntu-kde4
live, should stop apt wanting to install firefox for no good
reason.
Imported using git-ubuntu import.
Changelog parent: 7fd846a27f
New changelog entries:
* All powerpc builds (including ps3) use the powerpc/powerpc64-smp kernels
now.
Imported using git-ubuntu import.
Changelog parent: 549bfa3fe6
New changelog entries:
* Run /etc/cron.daily/mlocate rather than /etc/cron.daily/slocate.
Imported using git-ubuntu import.
Changelog parent: 577bdaf259
New changelog entries:
* Enable *ubuntu-dvd and kubuntu-kde4 as known projects in BuildLiveCD
Imported using git-ubuntu import.
Changelog parent: 7bb17dadb6
New changelog entries:
[ Jonathan Riddell ]
* Add kubuntu-kde4
[ Steve Langasek ]
* Add new targets for {k,ed,}ubuntu-dvd
Imported using git-ubuntu import.
Changelog parent: 74dfcbfe8b
New changelog entries:
* fix typo in getopts call so the -m and -S options are recognized
* drop call to non-existent sanitize command (LP: #179130)
Imported using git-ubuntu import.
Changelog parent: 7774361625
New changelog entries:
* 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.
Imported using git-ubuntu import.
Changelog parent: e77d72ecb4
New changelog entries:
[ 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)
Imported using git-ubuntu import.
Changelog parent: 2cdcf1f0c5
New changelog entries:
* Create /spu directory and spu group for powerpc+ps3 builds.
* Add XS-Vcs-Bzr field.
Imported using git-ubuntu import.
Changelog parent: a9ffe6275e
New changelog entries:
* 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).
Imported using git-ubuntu import.
Changelog parent: 17935684f6
New changelog entries:
* Avoid the ${ROOT} prefix in fdupes output, compact and sort the output.
Imported using git-ubuntu import.
Changelog parent: f5f3b89a73
New changelog entries:
* Change the names of ia64 kernels to the right (non-SMP since they're
merged) ones.
Imported using git-ubuntu import.
Changelog parent: 46ce707e6d
New changelog entries:
* Rearrange lpia mirror selection hacks to work properly; FS isn't set
until a bit later on.
Imported using git-ubuntu import.
Changelog parent: be02feaeba
New changelog entries:
[ 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.
Imported using git-ubuntu import.
Changelog parent: 13c07f49dd
New changelog entries:
* 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.
Imported using git-ubuntu import.
Changelog parent: c091413a69
New changelog entries:
* Remove a duplicate "copyright" from debian/copyright. Typing is hard.
* Bump SOVER for libgoffice-gtk to make Xubuntu builds happy again.