21 Commits

Author SHA1 Message Date
Daniel Watkins
ccf58fecb7 Import patches-unapplied version 2.401 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 1ab44006f5221aee34464d786400d4e623fbea57

New changelog entries:
  * Re-enable systemd predictable network interface naming on cloud-images
  * Stop creating default configuration for eth0 (LP: #1563487)
2016-04-14 20:10:28 +00:00
Oliver Grawert
9fadf2c648 Import patches-unapplied version 2.399 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 01521cefe4108a2a62c47eb2bdbc978a70f0ed20

New changelog entries:
  [ Oliver Grawert ]
  * live-build/ubuntu-core/hooks/25-create-generic-initrd.chroot:
    kill the snappy os build if the initramfs-tools-ubuntu-core package
    is not found
  * make s390x known to the snappy builds
  * skip kernel snap an device tarball builds for s390x and ppc64el
  * drop listing of the device tarballs, this was only for debugging
  [ Adam Conrad ]
  * live-build/ubuntu-cpc/hooks/032-disk-image.binary: Install s390-tools
    and sysconfig-hardware before we attempt to configure zipl.
2016-04-13 11:59:27 +00:00
Adam Conrad
15d22caf2c Import patches-unapplied version 2.396 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 3061756ecb64747bf12af0dc1b0db390717c07a6

New changelog entries:
  [ Adam Conrad ]
  * Remove obsolete pvr-omap4 special-casing to simplify configs.
  [ Daniel Watkins ]
  * Enable building of powerpc cloud images.
2016-04-07 13:53:59 +00:00
Łukasz 'sil2100' Zemczak
745856c1d8 Import patches-unapplied version 2.381 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 5bc52b48769f2082c67ad4d3b33ab4fb77ff04b8

New changelog entries:
  [ Ben Howard ]
  * live-build/ubuntu-cpc/hooks/042-vagrant.binary: scope serial device for
    Virtualbox only.
  [ Łukasz 'sil2100' Zemczak ]
  * Update the debootstrap group and gshadow hashes for ubuntu-touch.
2016-03-03 09:18:39 +00:00
Dimitri John Ledkov
5bc52b4876 Import patches-unapplied version 2.380 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 8027f4d9dfa5da2553557a5cb727f301166396ac

New changelog entries:
  [ Ben Howard ]
  * live-build/ubuntu-cpc/hooks/042-vagrant.binary: add serial device for
    Vagrant images (LP: #1546108).
  [ Daniel Watkins ]
  * Refactor ubuntu-cpc hooks to hard-code producing an 'ext4' rootfs, which
    is used outside of the livecd-rootfs build process (specifically for EC2
    publication).
2016-02-22 19:45:45 +00:00
Adam Conrad
13d50e4fa1 Import patches-unapplied version 2.377 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 0ae1111c558c96f1ddd7b15e79e3c179301a7ac5

New changelog entries:
  * live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot: Add fake_cloud_init
    function to create a nocloud data source for cloud images that aren't
    meant to be used on real clouds and use it by default on armhf+raspi2
2016-02-14 22:53:49 +00:00
Steve Langasek
0ae1111c55 Import patches-unapplied version 2.376 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 80fddc56a2b4d6ed82dcce3ef56028b37e40705a

New changelog entries:
  [ Michael Terry ]
  * Change real name for phablet user to "Ubuntu" in ubuntu-touch.
  [ Steve Langasek ]
  * Drop BuildLiveCD from the examples; we now use launchpad-buildd to drive
    livefs builds, so BuildLiveCD is obsolete and misleading.
  * Add hooks to ubuntu-cpc to divert /bin/sync in the chroot and undivert it
    at the end.  This is a general-purpose change that should be applied to
    all flavors and archs, but at the moment it's only needed on armhf+raspi2
    to work around the raspberrypi2-firmware postinst calling sync, which is
    actually warranted in the normal case.
  * If a subarch is specified for a cloud image build, don't build rootfs
    artifacts; these should come from the 'generic' build.
  * Fix architecture handling in hooks.  We know we're always being invoked
    from a launchpad-buildd-like setup, which passes ARCH and SUBARCH in the
    environment, because auto/config and auto/build both rely on this.  So
    don't scatter dpkg --print-architecture calls throughout, especially
    when many of these are not cross-build-aware.
  * Refactor ubuntu-cpc hooks to allow us to handle images where the root
    partition should not be partition 1.
  [ Ben Howard ]
  * ubuntu-cpc: fix hooks/032-disk-image.binary call to
    create_empty_partition, which requires five args due to "-u"
  * ubuntu-cpc: in hooks/030-root-tarball.binary create /lib/modules to fix
    (LP: 1543204).
  [ Dimitri John Ledkov ]
  * Do not remove linux-base, when purging all the linux-*, in the tarball
    build. Otherwise ubuntu-minimal is removed, and things get crazy.
  * Correct initrd.img symlink, kernel/hooks should actually produce the
    right thing here, but meh.
  * Chroot to execute zipl, because it's nice.
  * Use the right loop device to install zipl onto.
  [ Steve Langasek ]
  * Refactor ubuntu-cpc hooks to always produce a 'plain' rootfs via
    live-build and reuse this for the tarball, instead of lb_binary_rootfs
    creating some artifact that we ignore / throw away.
  * Initial support for raspi2 subarch.
  * Import live-build/ubuntu-cpc/hooks/raspi2/mkknlimg from
    https://github.com/raspberrypi/linux/blob/rpi-4.1.y/scripts/mkknlimg
    and use it to install a bootable uboot.bin.
2016-02-12 21:43:58 +00:00
Ben Howard
80fddc56a2 Import patches-unapplied version 2.375 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 2ace5b787ba058c6de1803bd4d4ef825ebfea82d

New changelog entries:
  [ Steve Langasek ]
  * Refactor some non-idiomatic architecture handling in
    live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot that also misidentifies
    the architecture name for armhf.
  [ Ben Howard ]
  * ubuntu-cpc: add missing net.ifnames=0 for ppc64el disk images.
2016-02-04 16:39:38 +00:00
Ben Howard
2ace5b787b Import patches-unapplied version 2.374 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: b668a9f9f9048b0fa06523dc084d8fb308fcd9c5

New changelog entries:
  [ Michael Vogt ]
  * ubuntu-core:
    - include the dpkg.list in the device tarball
    - store /usr/share/snappy/dpkg.list manifest on the OS tarball
  [ Dimitri John Ledkov ]
  * ubuntu-cpc:
    - exclude s390x from should_install_grub
  [ Steve Langasek ]
  * Refactor/reorder ubuntu-cpc support for consistency with other flavors,
    so that subarch overrides can be applied correctly.
  [ Ben Howard ]
  * ubuntu-cpc:
    - fixed loop setup due to change of kpartx output
    - only use grub-install logic for Intel architectures
2016-02-02 22:18:53 +00:00
Daniel Watkins
b668a9f9f9 Import patches-unapplied version 2.373 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 63154a9a2f35d29fb66f3b90ba72d76df4d14503

New changelog entries:
  * Set timeout options so ppc64el cloud images don't display a grub boot
    menu (matching the behaviour of other cloud images).
  * Specify a regex to run-parts so that cloud image extra scripts are found
    and executed.
2016-01-28 12:19:50 +00:00
Daniel Watkins
63154a9a2f Import patches-unapplied version 2.372 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 601e67d4841f74f29d6e78d497bd6b950c1f1b42

New changelog entries:
  * Install grub in ppc64el cloud images so they are bootable (LP: #1538610)
2016-01-27 16:50:28 +00:00
utlemming Howard
601e67d484 Import patches-unapplied version 2.371 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 94300585a3aa8fc6616a610d58528f5ec9db6965

New changelog entries:
  * Remove unneeded packages from the root.tar.{gz,xz} cloud image targets
    (LP: #1534764).
2016-01-19 13:14:14 +00:00
Daniel Watkins
94300585a3 Import patches-unapplied version 2.370 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: b479b0b368b74e0c718f4d414f1cf7f696137362

New changelog entries:
  * Produce OVA files for i386 cloud builds.
2016-01-13 12:19:30 +00:00
Colin Watson
b479b0b368 Import patches-unapplied version 2.369 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: fafd5d2e07ba316cbce81f78f3fd5b681e7cb523

New changelog entries:
  [ Łukasz 'sil2100' Zemczak ]
  * Fix the invalid path for the error message in 00-uid-gid-fix.chroot_early
    for ubuntu-touch.
  [ Michael Vogt ]
  * live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot:
    - remove libicu52 hook
  [ Daniel Watkins ]
  * Enable building of s390x cloud images.
2016-01-13 10:54:08 +00:00
Ben Howard
6cb42069f0 Import patches-unapplied version 2.364 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: c9470d78b1f5a1d37001234373d905f5c627c264

New changelog entries:
  * ubunut-cpc:
    - extendend hooks/functions to support creation of derivative images
      including mounting images.
    - added the ability to create qcow2 images in hooks/functions
    - simplified loop clean-up in hooks/functions
    - removed assumption that disk1.img would be built
    - switched qcow2 generation to use hooks/functions function
2015-12-10 16:44:58 +00:00
Ben Howard
197a5ea751 Import patches-unapplied version 2.359 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: fc5a8afdab08a12e9b45b1d26b83b3d20f1684a9

New changelog entries:
  * ubuntu-cpc:
    - add devpts-live to hook builds
    - add logic to settle the disks after UEFI builds
2015-11-23 18:24:42 +00:00
Ben Howard
fc5a8afdab Import patches-unapplied version 2.358 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 1bffb76250fa549e882bfc6cdda72dd85f40fb19

New changelog entries:
  * Fix typo in ubuntu-cpc preventing non-intel builds.
2015-11-17 17:20:06 +00:00
Oliver Grawert
1bffb76250 Import patches-unapplied version 2.357 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 7ff03ccdbb51cad4157fd101150690249d2ac60b

New changelog entries:
  * merge lp:~utlemming/livecd-rootfs/additional-cloud-targets:
  * added additional CPC build targets:
    - added manifest generation for squashfs and root.tar.gz
    - added VMDK generation
    - added OVA generation from VMDK's
    - added generic Vagrant image generation
2015-11-16 15:04:00 +00:00
Daniel Watkins
131941df22 Import patches-unapplied version 2.352 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 9ac850741cb5c111949cb40b971436c3524d495d

New changelog entries:
  * Move building of all architecture-specific CPC artifacts into Launchpad
    (LP: #1513754).
2015-11-06 10:24:18 +00:00
Colin Watson
d0bcbdc422 Import patches-unapplied version 2.350 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 5edb230a21e0360cdcd03a51dad9562219c9b1f5

New changelog entries:
  [ Oliver Grawert ]
  * bump UID for tss user in snappy, else it matches dnsmasq and bad things
    happen
  * fix handling of writable files in /etc/default for snappy 
  [ Ben Howard ]
  * Cloud Images: disable new NIC naming convention (LP: #1510345).
2015-10-29 14:49:31 +00:00
Michael Vogt
8657aaf80b Import patches-unapplied version 2.297 to ubuntu/vivid-proposed
Imported using git-ubuntu import.

Changelog parent: 1aff015ce1318f1ae128d9b21d50fdb86b3b7bc8

New changelog entries:
  * fix device.tar.gz generation for snappy
  * lp:~ubuntu-on-ec2/livecd-rootfs/cpc2:
    - build cloud based images using livecd-rootfs
2015-04-09 14:43:25 +00:00