166 Commits

Author SHA1 Message Date
Adam Conrad
728148e944 Import patches-unapplied version 2.65 to ubuntu/precise
Imported using git-ubuntu import.

Changelog parent: 57c496193f511f42fbb3f88034bcdc66b46b4a5b

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)
2012-04-20 14:03:31 +00:00
Colin Watson
875daa3f44 Import patches-unapplied version 2.49 to ubuntu/precise
Imported using git-ubuntu import.

Changelog parent: ca831414fddcc823874a0ed0d8d90e48a5927e59

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.
2012-01-16 13:03:39 +00:00
Colin Watson
720cdd5c88 Import patches-unapplied version 2.37 to ubuntu/oneiric
Imported using git-ubuntu import.

Changelog parent: 3bad58702fb8351205853cc5ec7bf075c026cc95

New changelog entries:
  * BuildLiveCD: Fix typo that broke installing ubuntu-defaults-builder and
    its recommendations.
  * Squash errors from 'ls vmlinu?-*'.
2011-09-14 12:03:34 +00:00
Oliver Grawert
3bad58702f Import patches-unapplied version 2.36 to ubuntu/oneiric
Imported using git-ubuntu import.

Changelog parent: 99d9759e40c30685af6759cae6e5d9bbed8cc6f7

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.
2011-09-06 14:05:54 +00:00
Oliver Grawert
137f2a72d4 Import patches-unapplied version 2.34 to ubuntu/oneiric
Imported using git-ubuntu import.

Changelog parent: d6f140ca28935da53e2c052ceb0fd8e5d41b788c

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.
2011-08-24 13:03:42 +00:00
Colin Watson
564757adc0 Import patches-unapplied version 2.31 to ubuntu/oneiric
Imported using git-ubuntu import.

Changelog parent: d82b716b810184a00066a22ebaeb09f2e7f53428

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.
2011-08-23 18:04:01 +00:00
Oliver Grawert
d82b716b81 Import patches-unapplied version 2.30 to ubuntu/oneiric
Imported using git-ubuntu import.

Changelog parent: 8576454a13c8d01c79fe5d469270ff7b9069713f

New changelog entries:
  * provide .bootimg as a link to .bootimg-$FLAVOUR similar to the 
    naming scheme we use for initrd and kernel files.
2011-08-20 10:03:36 +00:00
Oliver Grawert
8576454a13 Import patches-unapplied version 2.29 to ubuntu/oneiric
Imported using git-ubuntu import.

Changelog parent: 26a8853159e5c47e8498f3f07388775da8f92d26

New changelog entries:
  *  rename ac100 bootimage to something the build system can parse easier.
2011-08-19 13:03:39 +00:00
Oliver Grawert
48e24c3f25 Import patches-unapplied version 2.27 to ubuntu/oneiric
Imported using git-ubuntu import.

Changelog parent: b73e09ae5088c7b1c9adfa97be2ddbc010ab2c97

New changelog entries:
  * fix typo in abootimg call
2011-08-18 17:04:01 +00:00
Oliver Grawert
4236d780d0 Import patches-unapplied version 2.25 to ubuntu/oneiric
Imported using git-ubuntu import.

Changelog parent: e6aabfe1aab53127accfc100450f825dda2f7862

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
2011-08-17 16:04:58 +00:00
Colin Watson
2d155200d4 Import patches-unapplied version 2.22 to ubuntu/oneiric
Imported using git-ubuntu import.

Changelog parent: 66e5f97cc14d68095798f6753a110de38a455990

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.
2011-08-11 12:03:31 +00:00
Adam Conrad
d67d517c3a Import patches-unapplied version 2.19 to ubuntu/oneiric
Imported using git-ubuntu import.

Changelog parent: 5f40039fe4b80fd0bbcb10a705c5f5ec11fff5c7

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
2011-07-27 23:04:58 +00:00
Adam Conrad
648f92a9a6 Import patches-unapplied version 2.16 to ubuntu/oneiric
Imported using git-ubuntu import.

Changelog parent: b6c0413accc3ba1d11406bc0a331055b9b3564bc

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
2011-07-15 18:05:04 +00:00
Colin Watson
d53a745359 Import patches-unapplied version 2.6 to ubuntu/oneiric
Imported using git-ubuntu import.

Changelog parent: d234b27412691883abe71388192ff9952500b593

New changelog entries:
  * '--initramfs none' produces *.packages* outputs rather than *.manifest*;
    handle this.
2011-06-16 13:04:35 +00:00
Colin Watson
d53152166c Import patches-unapplied version 2.3 to ubuntu/oneiric
Imported using git-ubuntu import.

Changelog parent: 757cfb724fa34dad889175ccee95fc8163962c3e

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.
2011-06-14 09:04:40 +00:00
Colin Watson
7e1b37f6c2 Import patches-unapplied version 2.0 to ubuntu/oneiric
Imported using git-ubuntu import.

Changelog parent: 131478de625908a57d4ae5c2ddc8793a58fe36e1

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.
2011-06-13 12:04:44 +00:00