Change logs for livecd-rootfs source package in Zesty

  • livecd-rootfs (2.441.10) zesty; urgency=medium
    
      * For the IMAGEFORMAT=none parts to work for ubuntu-image classic builds, we
        need to make sure IMAGEFORMAT is preserved and not overwritten if defined.
        Backporting from artful.
    
    livecd-rootfs (2.441.9) zesty; urgency=medium
    
      [ Gary Wang ]
      * Add the IMAGEFORMAT=none to support generating a single rootfs
        (LP: #1730642)
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Tue, 21 Nov 2017 16:56:58 +0100
  • livecd-rootfs (2.441.9) zesty; urgency=medium
    
      [ Gary Wang ]
      * Add the IMAGEFORMAT=none to support generating a single rootfs
        (LP: #1730642)
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Wed, 08 Nov 2017 12:32:35 +0100
  • livecd-rootfs (2.441.8) zesty; urgency=medium
    
      [ Robert C Jennings ]
      * Install udev before calls to udevadm
    
     -- Steve Langasek <email address hidden>  Wed, 13 Sep 2017 22:27:45 -0700
  • livecd-rootfs (2.441.7) zesty; urgency=medium
    
      * Restore the call to 'umount -R $mountpoint' from umount_partition,
        accidentally dropped in previous upload.
    
     -- Steve Langasek <email address hidden>  Wed, 13 Sep 2017 12:48:29 -0700
  • livecd-rootfs (2.441.6) zesty; urgency=medium
    
      [ 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.
    
     -- Steve Langasek <email address hidden>  Wed, 13 Sep 2017 12:13:10 -0700
  • livecd-rootfs (2.441.5) zesty; urgency=medium
    
      [ 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.
    
      [ Balint Reczey ]
      * Fix suppression of kpartx error.  LP: #1684090.
    
     -- Steve Langasek <email address hidden>  Mon, 11 Sep 2017 11:59:59 -0700
  • livecd-rootfs (2.441.4) zesty; urgency=medium
    
      [ Balint Reczey ]
      * wrap kpartx and trap spurious errors, to work around kpartx
        unreliability as seen in autopkgtests. (LP: #1684090)
    
      [ Steve Langasek ]
      * Mark autopkgtests isolation-machine since debootstrap won't work in a
        container.
    
     -- Steve Langasek <email address hidden>  Tue, 06 Jun 2017 23:09:10 -0700
  • livecd-rootfs (2.441.3) zesty; urgency=medium
    
      * live-build/ubuntu-cpc/hooks/999-extras.binary: Exit on first failure.
        (LP: #1687752)
    
     -- Robert C Jennings <email address hidden>  Tue, 09 May 2017 13:46:01 -0700
  • livecd-rootfs (2.441.2) zesty; urgency=medium
    
      * The ubuntu-server:live should use a casper-based initramfs to work
        correctly. (LP: #1682460)
    
    livecd-rootfs (2.441.1) zesty; urgency=medium
    
      * Setup kernel properly for ubuntu-server:live; we *do* want to build
        kernel-generic and initrd-generic for this image. (LP: #1682460)
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Tue, 18 Apr 2017 09:56:31 -0400
  • livecd-rootfs (2.441.1) zesty; urgency=medium
    
      * Setup kernel properly for ubuntu-server:live; we *do* want to build
        kernel-generic and initrd-generic for this image. (LP: #1682460)
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Thu, 13 Apr 2017 11:14:09 -0400
  • livecd-rootfs (2.441) zesty; urgency=medium
    
      [ 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.
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Wed, 12 Apr 2017 19:37:08 -0400
  • livecd-rootfs (2.440) zesty; urgency=medium
    
      [ 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
    
     -- Adam Conrad <email address hidden>  Thu, 23 Mar 2017 11:39:22 -0600
  • livecd-rootfs (2.439) zesty; urgency=medium
    
      * Fix the manifest generation in OVA files so that ovf files don't have
        double extensions.  Thanks to Chris Glass.  (LP: #1627931)
    
     -- Brian Murray <email address hidden>  Fri, 03 Feb 2017 13:32:59 -0800
  • livecd-rootfs (2.438) zesty; urgency=medium
    
      * live-build/auto/config: Add ubuntu-budgie project (LP: #1652144)
    
     -- David Mohammed <email address hidden>  Thu, 22 Dec 2016 18:51:29 +0000
  • livecd-rootfs (2.437) zesty; urgency=medium
    
      * live-build/auto/config: Don't remove .pyc files any more - we don't care
        *that* much about the small space gain these days, and would prefer the
        speed win. (LP: #1627190)
    
     -- Iain Lane <email address hidden>  Fri, 04 Nov 2016 11:02:13 +0000
  • livecd-rootfs (2.436) zesty; urgency=medium
    
      [ Robert C Jennings ]
      * ubuntu-cpc: Remove redundant copy of grub files.
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Fri, 28 Oct 2016 21:49:42 -0400
  • livecd-rootfs (2.435) yakkety; urgency=medium
    
      * Update the ubuntu-touch hints to try installing ubuntu-system-settings
        instead of ubuntu-system-settings-online-accounts as this makes the dep
        resolver more happy on amd64/i386 systems. This should fix the current
        image build failure for yakkety i386 images.
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Mon, 10 Oct 2016 14:41:46 +0200