Change logs for livecd-rootfs source package in Eoan

  • livecd-rootfs (2.620.3) eoan; urgency=medium
    
      * Revert of initramfs package removal in KVM image (LP: #1880170)
    
     -- Phil Roche <email address hidden>  Fri, 22 May 2020 13:03:20 +0100
  • livecd-rootfs (2.620.2) eoan; urgency=medium
    
      * Fix logic to ensure snapd is seeded in core18-only images (LP: #1871919)
    
     -- Robert C Jennings <email address hidden>  Wed, 15 Apr 2020 10:05:55 -0500
  • livecd-rootfs (2.620.1) eoan; urgency=medium
    
      * Use snap cli rather than custom snap-tool (LP: #1864252)
    
     -- Robert C Jennings <email address hidden>  Tue, 25 Feb 2020 16:15:48 -0600
  • livecd-rootfs (2.620) eoan; urgency=medium
    
      * Limit the lxd group to images with an installer; it's less appropriate
        for random tarball images, which are configured in ways we don't know.
    
     -- Adam Conrad <email address hidden>  Sun, 13 Oct 2019 23:15:02 -0600
  • livecd-rootfs (2.619) eoan; urgency=medium
    
      * Subiquity: install linux-firmware in the installer layer, to make
        firmware blobs available in the live session. LP: #1847835
    
     -- Dimitri John Ledkov <email address hidden>  Sun, 13 Oct 2019 20:53:11 +0100
  • livecd-rootfs (2.618) eoan; urgency=medium
    
      [ Michael Hudson-Doyle ]
      * Do not create a hook manually for ubuntu-cpc builds, make-hooks does not
        like that.
    
     -- Steve Langasek <email address hidden>  Tue, 08 Oct 2019 21:21:45 -0700
  • livecd-rootfs (2.617) eoan; urgency=medium
    
      * Create the lxd group as a system group for all projects. (LP: #1844498)
    
    livecd-rootfs (2.616) eoan; urgency=medium
    
      * Subiquity images mount /usr/lib/modules from a squashfs, which systemd
        tries to unmount on shutdown, whilst they are still being in use. As
        systemd-udevd kmod built-in's libkmod has modules.* files
        memorymapped. This produces an warning on shutdown, flooding the
        screen with messages as systemd switches to a more verbose
        output. Specify LazyUnmount=yes on that mount, such that unmount call
        succeeds without flooding the shutdown log.
    
     -- Michael Hudson-Doyle <email address hidden>  Wed, 09 Oct 2019 10:12:09 +1300
  • livecd-rootfs (2.615) eoan; urgency=medium
    
      * magic-proxy: dump proxy log to stdout on failure
    
     -- Robert C Jennings <email address hidden>  Fri, 04 Oct 2019 10:24:18 -0500
  • livecd-rootfs (2.614) eoan; urgency=medium
    
      * 002-add-foreign-kernel.chroot_early: enable amd64 as a foreign arch on
        i386 image builds, since this is where the kernel comes from henceforth.
    
     -- Steve Langasek <email address hidden>  Wed, 02 Oct 2019 17:05:32 -0700
  • livecd-rootfs (2.613) eoan; urgency=medium
    
      * 999-ubuntu-image-customization.chroot: use IMAGEFORMAT=none for the checks
        instead of ubuntu-image, as that is what is used during ubuntu-image rootfs
        builds.
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Thu, 19 Sep 2019 11:27:12 +0200
  • livecd-rootfs (2.612) eoan; urgency=medium
    
      * Hopefully the last fix for 999-ubuntu-image-customization.chroot: use
        config/chroot to pass IMAGEFORMAT instead of config/common, as only that
        file is updated with the right contents when the chroot hooks are run.
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Mon, 16 Sep 2019 14:07:01 +0200
  • livecd-rootfs (2.611) eoan; urgency=medium
    
      * Execute chroot_hacks in live layer only.
      * lb_chroot_layered: also snap_validate_seed after all snaps are seeded
    
     -- Dimitri John Ledkov <email address hidden>  Fri, 13 Sep 2019 12:37:25 +0100
  • livecd-rootfs (2.610) eoan; urgency=medium
    
      * Fix a typo in the 999-ubuntu-image-customization.chroot hook.
    
    livecd-rootfs (2.609) eoan; urgency=medium
    
      [ Ethan Hsieh ]
      * Add support for the Nitrogen6x board (LP: #1838064).
    
      [ Łukasz 'sil2100' Zemczak ]
      * Do not initialize EXTRA_SNAPS with an empty value. Allow overrides via the
        environment.
      * Make sure that currently all ubuntu-image built images ship the NoCloud
        system-boot clout-init datasource (as right now all u-i targets are
        physical devices).
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Tue, 10 Sep 2019 17:35:00 +0200
  • livecd-rootfs (2.609) eoan; urgency=medium
    
      [ Ethan Hsieh ]
      * Add support for the Nitrogen6x board (LP: #1838064).
    
      [ Łukasz 'sil2100' Zemczak ]
      * Do not initialize EXTRA_SNAPS with an empty value. Allow overrides via the
        environment.
      * Make sure that currently all ubuntu-image built images ship the NoCloud
        system-boot clout-init datasource (as right now all u-i targets are
        physical devices).
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Tue, 10 Sep 2019 10:46:28 +0200
  • livecd-rootfs (2.608) eoan; urgency=medium
    
      [ Iain Lane ]
      * snap_preseed: Handle SNAP_NO_VALIDATE_SEED being unset.
    
      [ Colin Watson ]
      * Use iptables-legacy rather than iptables when running on older
        (pre-4.15) kernel versions.  The newer nf_tables-based tools misbehave
        at least on 4.4.
    
     -- Colin Watson <email address hidden>  Tue, 03 Sep 2019 15:35:17 +0100
  • livecd-rootfs (2.607) eoan; urgency=medium
    
      * snap seeding: Defer validation for regular image builds. When getting the
        list of snaps to include on an image via germinate, we process the snaps
        in alphabetical order. Currently we seed several packages `gnome-foo` and
        also `gtk-common-themes`, the default provider of `gtk-3-themes`. Since
        `gtk-common-themes` is alphabetically after `gnome-foo`, the `seed.yaml`
        we generate is invalid when we are part way through generating. What we
        really care about, though, is not that the `seed.yaml` is always valid at
        every step, but it is that it is valid at the *end* of seeding.  So for
        the germinate case, let's defer validation to happen once at the end.
        Other callsites of `snap_preseed`, where callers are careful to seed snaps
        in the right order, are unaffected by this.
    
     -- Iain Lane <email address hidden>  Mon, 02 Sep 2019 14:22:49 +0100
  • livecd-rootfs (2.606) eoan; urgency=medium
    
      * Undivert update-initramfs more carefully: previously the wrapper script
        and diversion were left in place on images such as buildd images that
        don't have initramfs-tools installed (LP: #1841573).
    
     -- Colin Watson <email address hidden>  Tue, 27 Aug 2019 17:05:32 +0100
  • livecd-rootfs (2.605) eoan; urgency=medium
    
      [ David Krauser ]
      * KVM disk images should derive from the uefi image.
    
     -- Dimitri John Ledkov <email address hidden>  Fri, 26 Jul 2019 14:36:03 -0300
  • livecd-rootfs (2.604) eoan; urgency=medium
    
      * Stop installing the udisks2 and pulseaudio extra snaps for the UC18 kassel
        subflavor images - those snaps were only needed for internal testing
        purposes.
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Tue, 23 Jul 2019 17:58:05 +0200
  • livecd-rootfs (2.603) eoan; urgency=medium
    
      [ Tobias Koch ]
      * Add retry logic to snap-tool to make downloads more resilient
    
      [ Robert C Jennings ]
      * ubuntu-cpc: Only produce explicitly specified artifacts (LP: #1837254)
    
     -- Tobias Koch <email address hidden>  Mon, 15 Jul 2019 17:59:06 +0200
  • livecd-rootfs (2.602) eoan; urgency=medium
    
      [ David Krauser ]
      * Fixing broken binary hook symlinks for hyperv gallery image builds.
    
     -- Dimitri John Ledkov <email address hidden>  Thu, 18 Jul 2019 14:07:10 +0100
  • livecd-rootfs (2.601) eoan; urgency=medium
    
      [ Michael Vogt ]
      * Run "snap debug validate-seed" during preseeding to do basic validation of
        the generated seed.yaml
    
     -- Iain Lane <email address hidden>  Tue, 16 Jul 2019 11:30:27 +0100
  • livecd-rootfs (2.600) eoan; urgency=medium
    
      [ Tobias Koch ]
      * Do proper error checking when calling snap-tool info to determine
        the base of a snap.
    
      [ Iain Lane ]
      * Seed core for non minimized builds, as it is still required (LP:
        #1836594).
    
     -- Tobias Koch <email address hidden>  Mon, 15 Jul 2019 16:13:31 +0100
  • livecd-rootfs (2.599) eoan; urgency=medium
    
      * Append the list of seeded snaps to manifests for all regular images.
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Tue, 02 Jul 2019 11:39:11 +0200
  • livecd-rootfs (2.598) eoan; urgency=medium
    
      * Change minimize-manual to read package section from version instead
        of package objects, fixing compatibility with (python-)apt 1.9.0
    
     -- Julian Andres Klode <email address hidden>  Mon, 24 Jun 2019 17:55:03 +0200
  • livecd-rootfs (2.597) eoan; urgency=medium
    
      * Install s390-tools-zkey into the installer layer for zkey support in
        subiquity.
      * Unbreak cpc/server builds, by ensuring that includes are copied with
        archived symlinks, and only hooks resolve symlinks when getting
        copied.
    
     -- Dimitri John Ledkov <email address hidden>  Thu, 20 Jun 2019 23:25:13 +0100
  • livecd-rootfs (2.596) eoan; urgency=medium
    
      * Add tzdata to buildd images.  It isn't strictly build-essential, but it
        has traditionally been present in both Debian and Ubuntu, and a variety
        of things fail without it.
    
     -- Colin Watson <email address hidden>  Wed, 19 Jun 2019 23:21:56 +0100
  • livecd-rootfs (2.595) eoan; urgency=medium
    
      * Remove dangling symlink
        /usr/lib/systemd/system/local-fs.target.wants/media-region.lower.mount.
        It's unclear why this has just started causing build failures, but the
        symlink should have been removed in 2.592 with the rest of the MAAS
        stuff.
    
     -- Steve Langasek <email address hidden>  Sat, 15 Jun 2019 11:09:48 -0700
  • livecd-rootfs (2.594) eoan; urgency=medium
    
      [ David Krauser ]
      * Add support for HyperV Gallery images
    
      [ Patrick Viafore ]
      * Add support for linux-kvm images
    
     -- Tiago Stürmer Daitx <email address hidden>  Wed, 12 Jun 2019 17:47:43 +0000
  • livecd-rootfs (2.593) eoan; urgency=medium
    
      * Use boot-partition for cloud-init seed on RPi
    
     -- Dave Jones <email address hidden>  Thu, 06 Jun 2019 08:29:57 +0000
  • livecd-rootfs (2.592) eoan; urgency=medium
    
      * Drop trying to mount removed maas squashfs.
      * Stop overriding initramfs compression default to lzma. LP: #1831736
      * Do not force lzma on ubuntu-core builds, the compress format default
        should be set universally inside initramfs-tools-ubuntu-core package
        instead of getting duplicated multiple times all over the place.
    
     -- Dimitri John Ledkov <email address hidden>  Wed, 05 Jun 2019 13:55:06 +0100
  • livecd-rootfs (2.591) eoan; urgency=medium
    
      * Fix typpo when dropping jasper.
    
    livecd-rootfs (2.590) eoan; urgency=medium
    
      * Drop dead wubi subproject.
      * Drop dead jasper subproject.
      * Drop old arm platforms.
      * Drop ubuntu-desktop-next configs
      * Drop ubuntu-desktop-next hooks
      * Drop ubuntu-touch configs
      * Drop ubuntu-touch hooks
      * Drop ubuntu-rtm configs
    
     -- Dimitri John Ledkov <email address hidden>  Tue, 04 Jun 2019 23:53:12 +0100
  • livecd-rootfs (2.589) eoan; urgency=medium
    
      * Add support for the 'kassel' subflavor of UC18 images.
    
     -- Steve Langasek <email address hidden>  Fri, 31 May 2019 01:41:13 -0700
  • livecd-rootfs (2.588) eoan; urgency=medium
    
      * Add an explicit build-dependency on python3-yaml since livecd-rootfs
        uses it, rather than relying on this dependency being pulled in
        indirectly via ubuntu-image.
    
     -- Steve Langasek <email address hidden>  Thu, 30 May 2019 14:23:11 -0700
  • livecd-rootfs (2.587) eoan; urgency=medium
    
      * Strip translation files out of the minimal images, another thing that
        goes unused when there is no human console user (and we already don't
        have the locales themselves present on a minimal image).  LP: #1829333.
    
     -- Steve Langasek <email address hidden>  Tue, 28 May 2019 08:40:42 -0700
  • livecd-rootfs (2.586) eoan; urgency=medium
    
      [ Robert C Jennings ]
      * magic-proxy: Send headers on error (LP: #1829944)
    
     -- Michael Hudson-Doyle <email address hidden>  Thu, 23 May 2019 12:33:21 +1200
  • livecd-rootfs (2.585) eoan; urgency=medium
    
      [ Robert C Jennings ]
      * ubuntu-cpc: Ensure base disk image is the same between all build targets
    
     -- Michael Hudson-Doyle <email address hidden>  Tue, 21 May 2019 09:37:23 +1200
  • livecd-rootfs (2.584) eoan; urgency=medium
    
      * Build WSL rootfs tarball (LP: #1827930)
    
     -- Balint Reczey <email address hidden>  Thu, 16 May 2019 23:01:13 +0200
  • livecd-rootfs (2.583) eoan; urgency=medium
    
      * Use snap-tool to seed subiquity snap.
      * Drop maas hook from server-live.
    
     -- Dimitri John Ledkov <email address hidden>  Thu, 16 May 2019 15:23:22 +0200
  • livecd-rootfs (2.582) eoan; urgency=medium
    
      * Don't purge busybox-static in minimized, no longer installed
    
     -- Julian Andres Klode <email address hidden>  Mon, 13 May 2019 14:22:56 +0200
  • livecd-rootfs (2.581) eoan; urgency=medium
    
      * Remove device nodes later for ubuntu-base:minimized (i.e. docker) builds.
        (LP: #1828118)
    
     -- Michael Hudson-Doyle <email address hidden>  Wed, 08 May 2019 09:59:35 +1200
  • livecd-rootfs (2.580) eoan; urgency=medium
    
      * Run clean_debian_chroot after minimize_manual (LP: #1826377)
    
     -- Julian Andres Klode <email address hidden>  Fri, 26 Apr 2019 10:30:15 +0200
  • livecd-rootfs (2.579) eoan; urgency=medium
    
      * Fix ubuntu-server-live images to generate initrd with casper
        UUID. Whilst configs are sources, the variables are not exported into
        the environment by default. Thus when casper hook is executed, it had
        no idea that it should generate UUID.
    
     -- Dimitri John Ledkov <email address hidden>  Thu, 25 Apr 2019 17:07:10 +0100
  • livecd-rootfs (2.578) disco; urgency=medium
    
      * Fix the sed script that Tobias had right in the first place and I
        mangled in the previous upload.
    
     -- Steve Langasek <email address hidden>  Sat, 13 Apr 2019 02:13:19 -0700