Imported using git-ubuntu import.
Changelog parent: 34a87f0754
New changelog entries:
* dropping maguro and adding flo, changing golfish to generic in touchsubarches
Imported using git-ubuntu import.
Changelog parent: b86f4a8d4a
New changelog entries:
* add support for copying goldfish android images out of the android package
Imported using git-ubuntu import.
Changelog parent: 6ab1ece7b0
New changelog entries:
* Double-quotes prevented the previous change from working, so drop those.
Additionally remove an hardcoded occurence of "saucy", instead using
LB_DISTRIBUTION to avoid having to change that in the future.
Imported using git-ubuntu import.
Changelog parent: 59c8f137e1
New changelog entries:
* Workaround to make ubuntu-touch build with older android package.
Imported using git-ubuntu import.
Changelog parent: 553526f375
New changelog entries:
* prefix click packages in the manifest file with "click:"
* drop SHELL=/system/bin/sh from /etc/environment on touch images (urgh)
* add click packages to the manifest output on ubuntu touch
Imported using git-ubuntu import.
Changelog parent: 903725ebdd
New changelog entries:
* move media-info file from /var/log/installer to /etc on touch images.
Imported using git-ubuntu import.
Changelog parent: ec9dcca06c
New changelog entries:
* seems unlike my local build the buildd doesnt get along with links, use
copy instead
Imported using git-ubuntu import.
Changelog parent: 6f2173d60f
New changelog entries:
* switch touch builds to use the packaged android img files (pending cdimage
changes to publish these from the livefs builder)
Imported using git-ubuntu import.
Changelog parent: 8212680ba0
New changelog entries:
* make sure FLASH_KERNEL_SKIP is set when we post-process touch images
Imported using git-ubuntu import.
Changelog parent: 70b02315bd
New changelog entries:
* try to hand the exported $NOW over from live-build/auto/config as
$BUILDSTAMP so live-build/auto/build can use it to write a stamp file
Imported using git-ubuntu import.
Changelog parent: d9c6a7fcc1
New changelog entries:
* we do better not try to create something outside of a chroot while we are
in it :P (make sure bootimg's are created in /boot of the chroot and only
copied afterwards).
Imported using git-ubuntu import.
Changelog parent: ed5f40b753
New changelog entries:
* use ubuntu-touch-generic-initrd for touch images instead of rolling an
arch specific initrd at build time for each arch (this should save quite
some build time)
* directly create the output file with abootimg, no need to cp it separately
* do not remove kernel packages from a chroot we throw away anyway
Imported using git-ubuntu import.
Changelog parent: c99101f413
New changelog entries:
* export $NOW in BuildLiveCD so we have it available in live-build
* create a build stamp in /var/log/installer/media-info on Ubuntu Touch images
Imported using git-ubuntu import.
Changelog parent: 84f1c3ad04
New changelog entries:
* drop the generic .bootimg from ubuntu-touch, all boot images we need have
to be subarch tagged
Imported using git-ubuntu import.
Changelog parent: 7f4def3fd6
New changelog entries:
* adjust naming of the bootimg files so cdimage picks them up for publishing
Imported using git-ubuntu import.
Changelog parent: a879155deb
New changelog entries:
* Clean up subarch loop for touch subarches to skip unwanted deps.
Imported using git-ubuntu import.
Changelog parent: 80b176e6b2
New changelog entries:
* drop all the cleanup code, we already have the tarball and don't need to
clean the chroot.
* add better quoting for update-initramfs and abootimg calls for
ubuntu-touch
Imported using git-ubuntu import.
Changelog parent: 331562fe9b
New changelog entries:
* copy the initrd out of the chroot before we purge the kernel package on
ubuntu-touch
Imported using git-ubuntu import.
Changelog parent: 8ee97385eb
New changelog entries:
* make removal of non existing old initrds non fatal in ubuntu-touch
Imported using git-ubuntu import.
Changelog parent: 49c4a4c659
New changelog entries:
* hardcode dist in the temporary sources.list of the ubuntu-touch initrd
creation for a test
Imported using git-ubuntu import.
Changelog parent: 559b695a85
New changelog entries:
* also move the sources.list.d dir out of the way on ubuntu-touch
Imported using git-ubuntu import.
Changelog parent: 0022f57f81
New changelog entries:
* clear up /var/lib/initramfs-tools/ in the chroot after building initrds
* remove ubuntu-touch/hooks/49-setup-demo-assets.chroot
* handle sources.list in ubuntu-touch initrd creation
Imported using git-ubuntu import.
Changelog parent: c29877b2fc
New changelog entries:
* ubuntu-touch: determine the value for $kver inside the chroot, not
outside. Use -c and drop -t with update-initramfs
Imported using git-ubuntu import.
Changelog parent: 4f5da1d8d3
New changelog entries:
[ Colin Watson ]
* BuildLiveCD: Time out lockfile after 12 hours, which should be enough
for even the longest build queue to clear.
[ Oliver Grawert ]
* add live-build script for subarch specific Ubuntu Touch initrd
and boot image creation
Imported using git-ubuntu import.
Changelog parent: 69ac29ee57
New changelog entries:
* Disable zsync for ubuntu-touch images.
* Copy binary-tar.tar.gz to $PREFIX.rootfs.tar.gz if it exists.
Imported using git-ubuntu import.
Changelog parent: c7bec9b769
New changelog entries:
[ Colin Watson ]
* live-build/auto/build: Use slightly safer code for kernel handling just
in case 'set -o pipefail' is ever reinstated here.
[ Adam Conrad ]
* Add abootimg explicitly to ac100 and nexus7 images, so it's marked
as manually installed and apt doesn't autoremove it (LP: #1041290)
* Remove linux-firmware-nexus7 from the install list, it gets pulled
in automatically by linux-image-nexus7, so this is redundant.
Imported using git-ubuntu import.
Changelog parent: 2cbe6e31d2
New changelog entries:
* Make sure the $PREFIX.kernel-$FLAVOUR.efi.signed output is
world-readable.
Imported using git-ubuntu import.
Changelog parent: 394b1e1116
New changelog entries:
* use a subarch based approach for the ac100 and nexus7 bootimg.cfg files
* create a media-info file and place it inside the tarball installer
initramfs for copying it to the target system on successfull decompression
(LP: #1080747)
Imported using git-ubuntu import.
Changelog parent: 164ac67eb4
New changelog entries:
* live-build/auto/build: Exclude all *.efi* files from kernel version
detection (i.e. including *.efi.signature), not just *.efi.signed.
Imported using git-ubuntu import.
Changelog parent: f12aa71a19
New changelog entries:
* create the nexus7 rootfs image with .ext4 as suffix instead of using
.img, so debian-cd knows how to handle it
Imported using git-ubuntu import.
Changelog parent: 0392f3aa20
New changelog entries:
* instead of mangling the ac100 bootimg for nexus7 support, ship a proper
config in ac100-tarball-installer and build the nexus7 one from scratch
as well.
Imported using git-ubuntu import.
Changelog parent: 5d6be2b8a3
New changelog entries:
* clean up the userdata dir
* move the tarball around instead of copying it
* fix quoting of abootimg call harder
Imported using git-ubuntu import.
Changelog parent: fdb15fb4e5
New changelog entries:
* fix quoting in abootimg call for nexus7
* dont fail if the userdata dir already exists
Imported using git-ubuntu import.
Changelog parent: ff441d12fb
New changelog entries:
* add nexus7 specific kernel cmdline
* move the nexus7 processing up a bit in the code so we can modify the
bootimg cmdline before the file gets copied around
Imported using git-ubuntu import.
Changelog parent: 20f625ae79
New changelog entries:
* add a dependency on android-tools-fsutils for armhf builds
* add nexus7 live-build configuration
* add nexus7 post processing with make_ext4fs for teh tarball to roll a
proper android img file
Imported using git-ubuntu import.
Changelog parent: 96cd9adbcd
New changelog entries:
* Revert binary/$INITFS/kernel-$FLAVOUR to the unsigned kernel, and link
signed kernels to binary/$INITFS/kernel-$FLAVOUR.efi.signed instead
(LP: #1067659).
Imported using git-ubuntu import.
Changelog parent: c05b463ee1
New changelog entries:
* live-build/auto/build: If they exist, link *.efi.signed versions of the
kernel to binary/$INITFS/kernel-$FLAVOUR rather than the unsigned
versions.
Imported using git-ubuntu import.
Changelog parent: 8bc91f092f
New changelog entries:
* Actually apply the change done in 2.74 as it was only done to the
legacy code...
- Change mksquashfs compression flags for LTSP images, turning
compression back on to match current ltsp-update-image behaviour.
Imported using git-ubuntu import.
Changelog parent: fb36bfecb6
New changelog entries:
* live-build/auto/build: live-build now calls hybrid ISO9660 images
binary.hybrid.iso rather than binary-hybrid.iso.
Imported using git-ubuntu import.
Changelog parent: d0d1c9c8ac
New changelog entries:
* Adjust for live-build interface changes up to 3.0~a57-1ubuntu1.
* Break ubuntu-defaults-builder (<< 0.32) to account for these interface
changes.
Imported using git-ubuntu import.
Changelog parent: 57c496193f
New changelog entries:
* Add (extra-)override parsing to the preinstalled pool to make sure
we get task headers in the local pool for tasksel (LP: #819899)
* Move temp directories under config so they get cleaned properly
* Invoke apt-get update once with only the sources.list fragment
for the local archive, so our package/task selection more closely
mimics the CD experience (LP: #985258, #985737, #985280, #819900)
* Write out a standard sources.list entry for preinstalled systems
that's similar to the one generated by installers (LP: #985291)
Imported using git-ubuntu import.
Changelog parent: ca831414fd
New changelog entries:
[ Adam Conrad ]
* Update maintainer to Ubuntu Developers, LaMont doesn't upload much.
[ Colin Watson ]
* Get live-build to divert update-initramfs while building the chroot.
This should cut a few minutes off builds, particularly on slow
architectures.
Imported using git-ubuntu import.
Changelog parent: 3bad58702f
New changelog entries:
* BuildLiveCD: Fix typo that broke installing ubuntu-defaults-builder and
its recommendations.
* Squash errors from 'ls vmlinu?-*'.
Imported using git-ubuntu import.
Changelog parent: 99d9759e40
New changelog entries:
[ Colin Watson ]
* BuildLiveCD: Add subproject and ubuntu-defaults-image locale to error
mail subject.
* BuildLiveCD: Install recommendations of ubuntu-defaults-builder.
[ Oliver Grawert ]
* also store the size of the ac100 tarball in the initrd, since the tarball
changes its name several times during build we need a second criteria to not
loop over all availiable tarballs with md5sum at install time.
Imported using git-ubuntu import.
Changelog parent: d6f140ca28
New changelog entries:
* drop FLASH_KERNEL_SKIP from live-build config, flash-kernel suppression is
handled through a diversion already.
* add FLASH_KERNEL_SKIP explicitly to the post build ac100 update-initramfs
chroot call.
Imported using git-ubuntu import.
Changelog parent: d82b716b81
New changelog entries:
* Link binary.iso or binary-hybrid.iso, if found, into the output
directory for use by BuildLiveCD.
* Tolerate ubuntu-defaults-image's kernel renaming.
* Add a -u option to BuildLiveCD which calls ubuntu-defaults-image.
Imported using git-ubuntu import.
Changelog parent: 8576454a13
New changelog entries:
* provide .bootimg as a link to .bootimg-$FLAVOUR similar to the
naming scheme we use for initrd and kernel files.
Imported using git-ubuntu import.
Changelog parent: 26a8853159
New changelog entries:
* rename ac100 bootimage to something the build system can parse easier.
Imported using git-ubuntu import.
Changelog parent: e6aabfe1aa
New changelog entries:
* include the md5 sum of the rootfs tarball in the initrd, so the installer
can check against it for ac100 installs
* post process the kernel and initrd for ac100 though abootimg to get a
proper android boot image
Imported using git-ubuntu import.
Changelog parent: 66e5f97cc1
New changelog entries:
[ Adam Conrad ]
* Switch a hardcoded "boot" to "$INITFS" in auto/build.
[ Colin Watson ]
* BuildLiveCD: Make sure livecd-rootfs is still installed in the chroot
after the dist-upgrade.
Imported using git-ubuntu import.
Changelog parent: 5f40039fe4
New changelog entries:
* Add support for building a pool of packages into the live config:
- define SEEDMIRROR, PREINSTALL_POOL, PREINSTALL_POOL_SEEDS in config
- set PREINSTALL_POOL_SEEDS to "server-ship" for ubuntu-server
- crib seed inheritance logic from cdimage implementation of same
- run germinate against seeds from SEEDMIRROR if to populate
PREINSTALL_POOL with a list of packages from PREINSTALL_POOL_SEEDS
- create a local-hook to download PREINSTALL_POOL packages to rootfs
* And add support to deal with the above pool of packages during build:
- generate a GPG key in the background if we're going to need one
- create a sources.list.d entry pointing at the rootfs pool
- create a Packages file and create and sign a Release file
- add our previously-generated key to the apt keyring and toss it
Imported using git-ubuntu import.
Changelog parent: b6c0413acc
New changelog entries:
* Add support for building new "ubuntu-core" rootfs tarballs:
- add project support to BuildLiveCD and auto/config
- make auto/config and auto/build deal with plain FS types
- add some logic to auto/build to not choke with no kernels
* Minor cleanups to BuildLiveCD (LANG=C, bump current suite)
* Fix one spot where I missed future-proofing ext4 support
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: 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.