Imported using git-ubuntu import.
Changelog parent: 757cfb724f
New changelog entries:
* Set pipefail (bash-specific) in auto/build so that we fail immediately
if the main image build fails.
* Anchor regex to avoid misdetecting vmlinux-3.0-0-powerpc64-smp as a
powerpc flavour kernel.
Imported using git-ubuntu import.
Changelog parent: 7e1b37f6c2
New changelog entries:
* Fix ordering of log file creation in BuildLiveCD.
* Fix permissions in BuildLiveCD when setting up auto directory.
* Switch from --binary-remove-linux to config/binary_rootfs/excludes.
Imported using git-ubuntu import.
Changelog parent: 131478de62
New changelog entries:
* Add live-build support. The old livecd.sh is still here for
compatibility, but this package's primary purpose is now to provide
Ubuntu-specific configuration for live-build.
Imported using git-ubuntu import.
Changelog parent: a567a0d8f1
New changelog entries:
* Drop language-support-en from LIVELIST for kubuntu-mobile and
kubuntu-netbook; it's not in the oneiric archive any more, and the
necessary packages are already in the respective tasks.
Imported using git-ubuntu import.
Changelog parent: 3c3c9f040b
New changelog entries:
* Make the output kernel world-readable, since it was changed to be
world-unreadable in linux 2.6.38-8.40.
Imported using git-ubuntu import.
Changelog parent: 746b2cea47
New changelog entries:
* Drop the hack that removes ubiquity-slideshow-* on armel, webkit works
again.
Imported using git-ubuntu import.
Changelog parent: 697b3e4854
New changelog entries:
* make sure preinstalled images do not have the build machine set as
hostname before oem-config runs (LP: #605972)
Imported using git-ubuntu import.
Changelog parent: 19245e5f5f
New changelog entries:
* the name of the flavour needs to be ubuntu-headless, not just headless
Imported using git-ubuntu import.
Changelog parent: d63f8fc0fd
New changelog entries:
* Emergency hack to remove ubiquity-slideshow-* on armel due to python-webkit
causing a segfault (Works aroud LP: #727368)
Imported using git-ubuntu import.
Changelog parent: 11922919e9
New changelog entries:
* create an empty swapfile on ext2/3 images by default, we care for use
or deletion on first boot, this cuts of 3min from the first boot of
preinstalled images.
Imported using git-ubuntu import.
Changelog parent: 4a39adda5c
New changelog entries:
* drop IGEPv2 x-loader and u-boot from livefs.sh, they are not in main
and thus break image builds
Imported using git-ubuntu import.
Changelog parent: a8ca3e5758
New changelog entries:
* Add X-Loader and U-Boot packages for IGEPv2, Beagle and Panda
in the OMAP3/4 images.
Imported using git-ubuntu import.
Changelog parent: 9cca53267f
New changelog entries:
* Add headless image type for armel minimal developer image building,
same as base now, but may be modified later.
* Disable running of flash-kernel on armel as it breaks the script when
there is no boot partition available to update.
Imported using git-ubuntu import.
Changelog parent: 8e17cb0f24
New changelog entries:
* apply setting of the default session to all ubuntu-armel builds
so we do not need to do this on first boot.
Imported using git-ubuntu import.
Changelog parent: ce1bd42742
New changelog entries:
* Update default suite in BuildLiveCD to natty.
* Use --force-unsafe-io for all dpkg operations. If we crash we'll just
destroy the chroot and start from scratch, so syncing is pointless.
Imported using git-ubuntu import.
Changelog parent: 7c2b097ba1
New changelog entries:
* livecd.sh:
- Restore the keyring earlier in the chroot (before the dist-upgrade).
This fixes the missng key for the extras.ubuntu.com that is added
during the livecd build dist-ugprade (LP: #650525)
Imported using git-ubuntu import.
Changelog parent: e9878cab63
New changelog entries:
* enforce installation of only suitable header packages for the respective
subarch on armel instead of blindly installing all armel headers (LP: #600478)
Imported using git-ubuntu import.
Changelog parent: fed4e7e754
New changelog entries:
* Set GDM's default session to une-efl on ubuntu-netbook armel+dove.
* Fix syntax error in icon cache checks.
Imported using git-ubuntu import.
Changelog parent: 7a2e73fd22
New changelog entries:
* raise inode count during ext2fs build to be able to use the full size of
the ext2 image
* drop debugging code
Imported using git-ubuntu import.
Changelog parent: 5cdaaa7c16
New changelog entries:
* cat /proc/mounts before trying to copy to the ext2 image, there still
seems to be some virtual fs mounted in the chroot we try to copy to the
image.
Imported using git-ubuntu import.
Changelog parent: 54bcd26b87
New changelog entries:
* add more spare space to the ext2 filesystem images to compensate journal
overhead and make it possible to run oem-config even without resizing
* do not reserve 5% for root in the ext2 image files.
Imported using git-ubuntu import.
Changelog parent: fd7f799638
New changelog entries:
* add some debug output to teh ext2 image creation to see whats going on
Imported using git-ubuntu import.
Changelog parent: 082b2f2d3a
New changelog entries:
* tell mke2fs that we _really_ want a filesystem on this "non-blockdevice"
Imported using git-ubuntu import.
Changelog parent: 0bf02053ce
New changelog entries:
[ Steve Langasek ]
* One more undefined variable fix for set -u
[ Oliver Grawert ]
* drop genext2fs, it is simply to slow, instead we use a loop munted ext2
image now.
Imported using git-ubuntu import.
Changelog parent: 6e67a1314c
New changelog entries:
* Don't go overboard with the downgrading of packages; this probably caused
the rebuild failure attempts, we'll do without downgrading base packages
already installed by debootstrap in this use case.
Imported using git-ubuntu import.
Changelog parent: 2132716163
New changelog entries:
* One more fix; if we're asking apt to downgrade packages, we have to
explicitly pass --force-yes.
Imported using git-ubuntu import.
Changelog parent: 48c6ba90de
New changelog entries:
* Implement the -a option in the right place - in livecd.sh, not in
BuildLiveCD.
Imported using git-ubuntu import.
Changelog parent: 860e2a1f36
New changelog entries:
* Add -a option to BuildLiveCD to allow pulling from an additional apt
source.
Imported using git-ubuntu import.
Changelog parent: 4925b24069
New changelog entries:
* adjust BuildLiveCD PUBDIR variable to match reality (uses SUBARCH on the
buildd)
Imported using git-ubuntu import.
Changelog parent: 97e8d4f2f5
New changelog entries:
* BuildLiveCD: revert change from revno 284 that adds subarch to the logfile
names as it breaks mailing of the logs from the cdimage buildlive script
Imported using git-ubuntu import.
Changelog parent: b8be32bf74
New changelog entries:
* Revert to version 1.127: we do want the subarch in the filename so these
files can coexist in the same directory, as they do for all other archs.
* BuildLiveCD: drop the subarch from the directory name, which has never
made sense; but we don't want this to go live without coordination with
cdimage.
Imported using git-ubuntu import.
Changelog parent: 1091736d01
New changelog entries:
* do not mangle the project name by attaching the subarch to it on armel,
this results in livefs names that confuse find-live_filesystem
Imported using git-ubuntu import.
Changelog parent: 8d03e3cfd5
New changelog entries:
* make BuildLiveCD set $SUBARCHARG properly again, else livecd.sh doesnt get
the necessary option handed over.
Imported using git-ubuntu import.
Changelog parent: a6f4c89843
New changelog entries:
* Set LIVE_BOOT_SCRIPTS to "casper lupin-casper" for non-jasper builds,
rather than leaving it empty.
Imported using git-ubuntu import.
Changelog parent: ea4dcbc59f
New changelog entries:
* make livecd.sh not fail if e2fsck returns non-zero (which is always the
case with genext2fs images due to bug 583317)
Imported using git-ubuntu import.
Changelog parent: 9109e956a9
New changelog entries:
* BuildLiveCD: update livecd chroot at start of run, for freshest
livecd-rootfs package.
Imported using git-ubuntu import.
Changelog parent: e6831e4321
New changelog entries:
* Make sure LIVE_BOOT_SCRIPTS is always defined.
* Convert to source format 3.0 (native).
Imported using git-ubuntu import.
Changelog parent: 482984f3d9
New changelog entries:
* livecd.sh don't set a variable to itself, especially when the variable
is empty and causes build failures under set -u.
Imported using git-ubuntu import.
Changelog parent: dc1eff00fc
New changelog entries:
[ LaMont Jones ]
* BuildLiveCD: only pass -f if we were told it, since older chroots don't
support it.
[ Oliver Grawert ]
* instead of special casing for only one arch, base jasper vs casper
inclusion on the IMAGETYPE variable
* depend on genext2fs