89 Commits

Author SHA1 Message Date
Steve Langasek
3f5115f8f2 Import patches-unapplied version 2.460 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 060069bc77a7bee5c3258f56ca8c33d900c5d9de

New changelog entries:
  [ Steve Langasek ]
  * Begin adding support for a project-independent 'minimize' subproject, which
    (ironically) omits ubuntu-minimal in favor of using only the minbase
    package set.
  * Export the subproject into config/chroot and config/binary, so that this
    information is available to per-project hooks that need to be
    subproject-aware (e.g., to skip steps when SUBPROJECT=minimize)
  * Make the 999-cpc-fixes.chroot subproject-aware, so we don't try to
    locale-gen
  * In a cloud environment, we can rely on the kernel being able to boot the
    root filesystem directly, without an initramfs; enable this when building
    minimized.
  * If we're using SUBPROJECT=minimize, and tzdata is not installed, remove
    files that have been left behind.  This is a workaround for a bug that
    should be fixed in tzdata.
  [ Balint Reczey ]
  * Mount using --make-rslave to ensure safe unmounts for rbind mounts
  * Don't ask for password and GECOS while creating vagrant user
  * Drop man pages and most of the documentation from minimized images
    /usr/share/doc/*/copyright and changelog.Debian.gz files are still kept
  * Add unminimize script for reverting minimization on running system
  * Install ubuntu-minimal while unminimizing the system
2017-09-28 21:58:14 +00:00
Michael Hudson-Doyle
060069bc77 Import patches-unapplied version 2.459 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: e4b41272e202e6ea178e9752fe4967de9f33a5fb

New changelog entries:
  [ Steve Langasek ]
  * Remove spurious call to 'sync'; we don't need to flush all disk caches
    on the system to cleanly unmount a partition.
  [ Michael Hudson-Doyle ]
  * only show alert (i.e. panic) kernel messages on the console when
    subiquity is running
2017-09-21 00:24:15 +00:00
Dimitri John Ledkov
7fd585146b Import patches-unapplied version 2.457 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 62cc84825d1e261f4f7ddff609b0043679aa99aa

New changelog entries:
  * Enable systemd-networkd by default.
    - Usually, netplan's systemd-generator enables systemd-networkd and
    systemd-networkd-wait-online on boot. But netplan configuration is not
    yet generated at that point by cloud-init. Cloud-init generates in the
    network-pre.target and expects the network.target /
    network-online.target to work. These are already part of the ongoing
    systemd transaction, thus cannot be injected into the boot-sequency by
    cloud-init local mode. Therefore make sure cloud images include
    networkd in the initial boot transaction.
    - src:systemd will shortly not enable networkd unconditionally by
    default.
  * Drop ifupdown e-n-i configuration files, no longer used.
2017-09-17 15:38:22 +00:00
Steve Langasek
62cc84825d Import patches-unapplied version 2.456 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 3adf9af2a9d022af3323c328c130ca95842f1181

New changelog entries:
  * Improve teardown_mountpoint to recursively find all submounts and
    unmount them, instead of working from a hard-coded list.  This makes
    the code resilient against other submounts being added later, including
    downstream.
  * Also nuke the sleep / udevadm settle calls in the process, which should
    never be required and slow down the builds.
  [ Michael Hudson-Doyle ]
  * set a default netplan config of dhcp-on-ethernet for the server live image
2017-09-14 05:43:43 +00:00
Steve Langasek
efbd6fd1c6 Import patches-unapplied version 2.454 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 6e53d32cd86faec5af29d1dd745934197b2cbdba

New changelog entries:
  [ Steve Langasek ]
  * live-build/functions: mount tmpfs on /var/cache/apt and var/lib/apt, so
    we don't have to leave empty space in our derivative images for packages
    that have been downloaded/installed/removed.  This normally isn't
    relevant for the installed system, since the root filesystem will
    auto-expand in place on the target disk, but lets us ship smaller
    images.
  * live-build/functions: also call 'apt-get update' after mounting the
    blank /var/lib/apt.
  * live-build/ubuntu-cpc/hooks/033-disk-image-uefi.binary: call apt-get
    update *before* installing packages, not after.
  [ Robert C Jennings ]
  * live-build/ubuntu-cpc/functions: Add a function, teardown_mountpoint,
    to reverse the work done in setup_mountpoint.  Lack of this function
    has forced users of setup_mountpoint to implement this separately
    and the implementations have diverged. (LP: #1716992)
  * live-build/ubuntu-cpc/functions: Remove umount_settle function.
    The was only used where teardown_mountpoint was lacking.
  [ Steve Langasek ]
  * Also adjust live-build/ubuntu-server/hooks/032-installer-squashfs.binary
    to use teardown_mountpoint.
2017-09-13 19:48:39 +00:00
Steve Langasek
6e53d32cd8 Import patches-unapplied version 2.453 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 70a41fd45c903321d6379955ec04b19a1c8e5bd4

New changelog entries:
  [ Chris Glass ]
  * Create vagrant user for vagrant image, per upstream requirements.
  [ Colin Watson ]
  * Mount and unmount /dev recursively, to cope with setups where there are
    interesting bind-mounts under /dev (e.g. loop devices bind-mounted by
    LXD).  LP: #1716465.
2017-09-11 19:08:56 +00:00
Steve Langasek
00f18b8d72 Import patches-unapplied version 2.451 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 8eadac557b6f5f0b23b7c109a659f9649884e8e9

New changelog entries:
  * Fix a reference to an undefined variable in the ubuntu-cpc hooks,
    introduced by the previous upload.
2017-08-25 21:33:15 +00:00
Steve Langasek
8eadac557b Import patches-unapplied version 2.450 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 2003d73b1d0bb5ae1cf6f2511db65c0cc14c7b85

New changelog entries:
  [ Steve Langasek ]
  * Set a default locale of C.UTF-8 in the cloud images.
  [ Mathieu Trudel-Lapierre ]
  * Drop special handling of grub modules.  Modules should be included in
    the signed grub binaries when necessary.
2017-08-24 00:43:16 +00:00
Dimitri John Ledkov
2003d73b1d Import patches-unapplied version 2.449 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 5eb31aa1c26b53af5cdcdbf882f4deeb5b171e29

New changelog entries:
  [ Balint Reczey ]
  * Use VMDKstream in a more future-proof way
  [ Dimitri John Ledkov ]
  * Drop creating upstart jobs for serial getty.
2017-08-14 16:08:12 +00:00
Brian Murray
5eb31aa1c2 Import patches-unapplied version 2.448 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 402cae06bddf73fb13deae1a24a5b7ac1ae7740a

New changelog entries:
  [ Balint Reczey ]
  * Depend on packages in main instead of installing them at runtime
  * Depend on vmdk-stream-converter instead of installing it at run time
  * Use xz -T4 -0 instead of pxz (LP: #1701132)
    Supported xz versions before 5.2 also accept the -T4 option but ignore
    it.
  * Depend on xz-utils instead of pxz
  [ Mathieu Trudel-Lapierre ]
  * auto/config: enable Debug::pkgDepCache::AutoInstall so tracking down
    dependency bugs in the livefs is a little clearer.
  [ Robert C Jennings ]
  * live-build/functions: Update path for VMDKstream.py (LP: #1706116)
2017-07-24 18:48:24 +00:00
Steve Langasek
de6bd722ae Import patches-unapplied version 2.442 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 41970327be7f22d59e7a862b01286caad1a95f6a

New changelog entries:
  [ Robert Jennings ]
  * live-build/ubuntu-cpc/hooks/060-ipv6.chroot: remove faulty release
    comparison prior to aa-series (LP: #1681548)
  * live-build/ubuntu-cpc/hooks/999-extras.binary: Exit on first failure
  [ Balint Reczey ]
  * sync before calling kpartx to let writing to loop devices finish
  * Sort and list dependencies nicely
  * Require PROJECT environment to be set for lb build
  * Allow overwriting IMAGEFORMAT even for ubuntu-cpc and ubuntu-server
  * Optionally use ubuntu-image for building snap based images
2017-04-28 22:18:15 +00:00
Mathieu Trudel-Lapierre
0031d747ac Import patches-unapplied version 2.441 to ubuntu/zesty-proposed
Imported using git-ubuntu import.

Changelog parent: 2ac1eda867ebc37261e396efe1ac1c6ed38a28cf

New changelog entries:
  [ Balint Reczey ]
  * Add a basic but configurable autopkgtest.
  [ Mathieu Trudel-Lapierre ]
  * Add ubuntu-server:live for a subiquity-based server image.
  * Refactor functions out of ubuntu-cpc and ubuntu-server hooks.
2017-04-13 03:33:12 +00:00
Adam Conrad
2ac1eda867 Import patches-unapplied version 2.440 to ubuntu/zesty-proposed
Imported using git-ubuntu import.

Changelog parent: 26909642e9b4b01f59c80a9933ed98a15f8184bf

New changelog entries:
  [ Steve Langasek ]
  * live-build/ubuntu-cpc/functions: don't call sleep as part of
    umount_settle; udevadm settle is synchronous and there's no reason to
    sleep after it.
  * live-build/ubuntu-cpc/functions: umount_partition: don't call
    umount_settle for each submount; just unmount them one by one and
    settle at the end.
  * Support passing IMAGE_TARGETS in the environment, to limit which images
    are output as part of a build; particularly useful for ubuntu-cpc builds
    which output multiple image types.
  [ Nishanth Aravamudan ]
  * live-build/ubuntu-cpc/hooks/061-open-iscsi.chroot: generate iSCSI
    Initiator Name at first iscsid run for cloud images to ensure it is
    unique (LP: #1444992).
  [ Brian Murray ]
  * Fix the OVF's metadata to include Ubuntu specific identifiers and
    descriptions instead of the generic Linux ones. Thanks to Chris Glass.
    (LP: #1656293)
  * Add replace_grub_root_with_label function thereby consolidating multiple
    uses of the same calls to sed. Thanks to Dan Watkins.
  [ Adam Conrad ]
  * Set device_tree_address for the new kernel in the RPi bootloader config.txt
2017-03-23 17:53:14 +00:00
Brian Murray
26909642e9 Import patches-unapplied version 2.439 to ubuntu/zesty-proposed
Imported using git-ubuntu import.

Changelog parent: 14664922352854a44243d2cd9c81c9c0d62f1c5e

New changelog entries:
  * Fix the manifest generation in OVA files so that ovf files don't have
    double extensions.  Thanks to Chris Glass.  (LP: #1627931)
2017-02-03 21:48:24 +00:00
Mathieu Trudel-Lapierre
837997ea02 Import patches-unapplied version 2.436 to ubuntu/zesty-proposed
Imported using git-ubuntu import.

Changelog parent: b477837c3120d904a5fd724a12e55e0b153826f5

New changelog entries:
  [ Robert C Jennings ]
  * ubuntu-cpc: Remove redundant copy of grub files.
2016-10-29 02:03:53 +00:00
Steve Langasek
326e7b0b97 Import patches-unapplied version 2.430 to ubuntu/yakkety-proposed
Imported using git-ubuntu import.

Changelog parent: 8d920803b00bef5b15a0315639a72f2338d6e490

New changelog entries:
  [ Michael Vogt ]
  * live-build/ubuntu-core/hooks/01-setup_user.chroot:
    - do not create "ubuntu" user for ubuntu-core anymore, the
      console-conf package will create this user now
  * live-build/ubuntu-core/hooks/02-add_user_to_groups.chroot
    - dropped
  [ Steve Langasek ]
  * live-build/ubuntu-cpc/hooks/042-vagrant.binary: fix unmount handling
    so that the teardown is done properly /before/ we try to make an
    image from our filesystem, since otherwise /etc/resolv.conf is broken.
    LP: #1621393.
2016-09-09 23:39:20 +00:00
Steve Langasek
74124543e3 Import patches-unapplied version 2.421 to ubuntu/yakkety-proposed
Imported using git-ubuntu import.

Changelog parent: 8c784360c6c16add140b69121218cbc7bffc9521

New changelog entries:
  [ Louis Zuckerman ]
  * Fixes for vagrant box builder in ubuntu-cpc LP: #1565985
    - Install virtualbox-guest-utils
    - Don't disable default synced folder
    - Don't set vm name
    - Add cloud-init config to manage /etc/hosts LP: #1561250
2016-07-21 16:23:59 +00:00
Steve Langasek
4109c1c2b3 Import patches-unapplied version 2.419 to ubuntu/yakkety-proposed
Imported using git-ubuntu import.

Changelog parent: eb0cb09a8d5c77853e7f9cba2b79270e12dc6a59

New changelog entries:
  [ Daniel Watkins ]
  * Consolidate cloud images
    - Remove .tar.gz and .tar.xz (removed in favour of the squashfs).
    - Remove the MBR-only disk image in favour of the shared GPT/MBR UEFI
      image.
    - Remove '-disk1' from bootable image names.
  [ Phil Roche ]
  * Removed HWCLOCKACCESS=no from /etc/default/rcS (LP: #1581044)
2016-06-28 23:54:13 +00:00
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