Change logs for livecd-rootfs source package in Lunar

  • livecd-rootfs (2.832) lunar; urgency=medium
    
      * Clean up some remaining references to /dev/mapper.
    
     -- Steve Langasek <email address hidden>  Mon, 17 Apr 2023 18:50:18 -0700
  • livecd-rootfs (2.831) lunar; urgency=medium
    
      * Use the correct path for the loop device.
    
     -- Steve Langasek <email address hidden>  Mon, 17 Apr 2023 16:11:52 -0700
  • livecd-rootfs (2.830) lunar; urgency=medium
    
      * Call losetup -d properly.
    
     -- Steve Langasek <email address hidden>  Mon, 17 Apr 2023 12:22:19 -0700
  • livecd-rootfs (2.829) lunar; urgency=medium
    
      [ Loïc Minier ]
      * Initial support for NVIDIA Tegra.  LP: #2015644.
    
      [ Steve Langasek ]
      * Use losetup instead of kpartx to try to resolve race conditions in
        riscv64 image builds.
    
     -- Steve Langasek <email address hidden>  Mon, 17 Apr 2023 08:22:21 -0700
  • livecd-rootfs (2.828.4) lunar; urgency=medium
    
      * unminimize: Use lxd-installer to install LXD itself (LP: #2036725)
    
     -- Utkarsh Gupta <email address hidden>  Thu, 11 Jan 2024 16:46:28 +0530
  • livecd-rootfs (2.828.3) lunar; urgency=medium
    
      [ Heinrich Schuchardt ]
      * arm: fix console parameter for ARM cloud-images (LP: #2036730)
    
    livecd-rootfs (2.828.2) lunar; urgency=medium
    
      [ Steve Langasek ]
      * The chroot tmpfs mount should only be /var/lib/apt/lists, not
        /var/lib/apt; the latter breaks changes to /var/lib/apt/extended_states.
        (LP: #2036195).
    
    livecd-rootfs (2.828.1) lunar; urgency=medium
    
      * Fix unminimize to correctly list packages. (LP: #1996489)
      * Install LXD snap from stable/ubuntu-<version> channel. (LP: #2036725)
    
     -- Steve Langasek <email address hidden>  Thu, 07 Dec 2023 08:51:51 -0800
  • livecd-rootfs (2.828) lunar; urgency=medium
    
      * 099-ubuntu-image-customization.chroot: Remove redundant creation of oem
        user and oem-config-prepare (LP: #2016285)
    
     -- Dave Jones <email address hidden>  Fri, 14 Apr 2023 09:48:31 +0100
  • livecd-rootfs (2.827) lunar; urgency=medium
    
      * Fix netboot tarball generation code to properly handle the recent change
        of shim to use alternatives (and the path becoming a symlink).
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Thu, 13 Apr 2023 19:28:46 +0200
  • livecd-rootfs (2.826) lunar; urgency=medium
    
      * Now that we moved the seeding for canary into further layers, a resed of
        the preseeding is not required.
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Thu, 13 Apr 2023 14:46:43 +0200
  • livecd-rootfs (2.825) lunar; urgency=medium
    
      * For canary images, actually consider moving the seed listed snaps from
        both minimal and standard layers to the classic layer.
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Thu, 13 Apr 2023 11:46:37 +0200
  • livecd-rootfs (2.824) lunar; urgency=medium
    
      * Fix build failures of desktop raspi images due to canary hooks
        interfering.
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Thu, 13 Apr 2023 09:43:58 +0200
  • livecd-rootfs (2.823) lunar; urgency=medium
    
      * Update infinite_scream URL to mastodon
      * Make PROPOSED=1 builds work with NotAutomatic (lunar and later).
        LP: #2016022.
    
     -- Steve Langasek <email address hidden>  Wed, 12 Apr 2023 10:40:56 -0700
  • livecd-rootfs (2.822) lunar; urgency=medium
    
      [ jchittum ]
      * riscv64: fix conditional check in install-grub to correctly check if
        platform supports grub-efi-64, or exit func. (LP: #2015750)
    
     -- Steve Langasek <email address hidden>  Mon, 10 Apr 2023 08:37:30 -0700
  • livecd-rootfs (2.821) lunar; urgency=medium
    
      [ Chad Smith ]
      * desktop livecd: allow cloud-init to write netplan config instead of
        directly to /etc/NetworkManager because ubuntu-desktop-installer
        will write netplan config in ephemeral boot stage when
        autoinstall.network is provided. This allows ubuntu-desktop-installer
        to control all netplan config written and apply to the ephemeral boot
        as generated from /etc/netplan/*. (LP: #2015605)
    
      [ Dan Bungert ]
      * d/control: fix uninstallability of livecd-rootfs due to rsync not being on
        i386.
    
     -- Dan Bungert <email address hidden>  Fri, 07 Apr 2023 17:24:28 -0600
  • livecd-rootfs (2.820) lunar; urgency=medium
    
      * Initial implementation of canary image builds for 23.04.
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Wed, 05 Apr 2023 20:50:35 +0200
  • livecd-rootfs (2.819) lunar; urgency=medium
    
      [ Heinrich Schuchardt ]
      * Add image for StarFive VisionFive 2.
    
      [ Steve Langasek ]
      * Update URL to point to ubuntu-archive-team.ubuntu.com.
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Wed, 05 Apr 2023 18:01:07 +0200
  • livecd-rootfs (2.818) lunar; urgency=medium
    
      [ Dave Jones ]
      * raspi: drop mkswap.service and swapfile.swap units in
        099-ubuntu-image-customization.chroot in favour of units provided by
        ubuntu-raspi-settings-desktop
      * raspi: drop 01-network-manager-all.yaml in favour of configuration
        provided by ubuntu-raspi-settings-desktop
      * raspi: drop growfs option from fstab in favour of growroot-almost
        service provided by ubuntu-raspi-settings-desktop
    
      [ William 'jawn-smith' Wilson ]
      * Skip oem-config setup in hooks if the oem user already exists.
    
     -- Dave Jones <email address hidden>  Tue, 28 Mar 2023 14:38:55 +0100
  • livecd-rootfs (2.817) lunar; urgency=medium
    
      [ John Chittum ]
      * revert ipc change. kernel 6.2 will have the correct setting
    
     -- Steve Langasek <email address hidden>  Mon, 27 Mar 2023 12:11:06 -0700
  • livecd-rootfs (2.816) lunar; urgency=medium
    
      [ Chad Smith ]
      * Replace cloud-init.service on NetworkManager images to address an ordering
        cycle interfering with autoinstall with ubuntu-desktop-installer.
        (LP: #2008952)
    
     -- Dan Bungert <email address hidden>  Fri, 24 Mar 2023 18:35:46 -0600
  • livecd-rootfs (2.815) lunar; urgency=medium
    
      [ Dan Bungert ]
      * debian/control: depend on zstd to fix unmkinitramfs failure.
    
      [ Łukasz 'sil2100' Zemczak ]
      * Change the mini-iso livefs artifact name from .mini-iso.iso to .iso to be
        more compatible with existing cdimage machinery.
      * Rename variables accessed in the mini-iso to the equivalents exported to
        binary hooks.
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Thu, 23 Mar 2023 10:43:29 +0100
  • livecd-rootfs (2.814) lunar; urgency=medium
    
      * Adjust journald settings for live-server for compatibility with Subiquity.
        With a move to core22 we can turn zstd back on, but the new compact flag
        needs to be off. (LP: #2006985)
    
     -- Dan Bungert <email address hidden>  Mon, 20 Mar 2023 15:00:52 -0600
  • livecd-rootfs (2.813) lunar; urgency=medium
    
      [ Łukasz 'sil2100' Zemczak ]
      * Make sure that for devel we also use the right intel-iot kernel flavor
        for the images. We don't build any for this series, but it's good to have
        parity in the devel branch.
      * Add support for building intel-iot server images. Not used in lunar, but
        adding to keep devel up-to-date with changes.
    
      [ Steve Langasek ]
      * No new dependencies on i386 (xorriso).
    
     -- Steve Langasek <email address hidden>  Sat, 18 Mar 2023 08:25:03 -0700
  • livecd-rootfs (2.812) lunar; urgency=medium
    
      * Inform cloud-init when network manager is in use.  (LP: #1982855)
    
     -- Dan Bungert <email address hidden>  Thu, 09 Mar 2023 14:59:17 -0600
  • livecd-rootfs (2.811) lunar; urgency=medium
    
      [ John Chittum ]
      * fix: remove ipc from apparmor features in 6.1
      * open 2.810 release
    
     -- Dimitri John Ledkov <email address hidden>  Thu, 09 Mar 2023 18:10:05 +0000
  • livecd-rootfs (2.810) lunar; urgency=medium
    
      * Add ubuntu-mini-iso build project.
    
     -- Dan Bungert <email address hidden>  Mon, 06 Mar 2023 08:17:11 -0700
  • livecd-rootfs (2.809) lunar; urgency=medium
    
      * Do not use the ubuntucinnamon-desktop task for cinnamon builds, it doesn't
        seem to be present in the archive yet. Use the metapackage instead, which
        seems like a better way forward anyway. For the live task, temporarily use
        a hard-coded list of packages.
      * Explicitly define the kernel flavor for ubuntucinnamon.
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Mon, 06 Mar 2023 11:27:02 +0100
  • livecd-rootfs (2.808) lunar; urgency=medium
    
      * Add ubuntucinnamon to the seed-determination switch-case.
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Fri, 03 Mar 2023 15:07:06 +0100
  • livecd-rootfs (2.807) lunar; urgency=medium
    
      * auto/config: Add support for ubuntu core arm64 generic images (LP: #2009067)
    
     -- Dimitri John Ledkov <email address hidden>  Thu, 02 Mar 2023 18:18:18 +0000
  • livecd-rootfs (2.806) lunar; urgency=medium
    
      [ Sean Davis ]
      * Remove snap base seed for xubuntu:minimal
    
     -- Steve Langasek <email address hidden>  Tue, 28 Feb 2023 08:00:08 -0800
  • livecd-rootfs (2.805) lunar; urgency=medium
    
      * riscv64: set attribute required partition for firmware.
    
     -- Michael Hudson-Doyle <email address hidden>  Mon, 27 Feb 2023 21:49:27 +1300
  • livecd-rootfs (2.804) lunar; urgency=medium
    
      * Clarified with Erich that edubuntu should install ubuntu-desktop-minimal
        task.
    
     -- Steve Langasek <email address hidden>  Fri, 24 Feb 2023 21:11:56 -0800
  • livecd-rootfs (2.803) lunar; urgency=medium
    
      * Fix wrong task name for xubuntu-minimal.
      * Fix edubuntu build: ubuntu-minimal is not a task and minimal is already
        declared.
    
     -- Steve Langasek <email address hidden>  Fri, 24 Feb 2023 21:05:48 -0800
  • livecd-rootfs (2.802) lunar; urgency=medium
    
      * Address the fact that debootstrap doesn't follow Recommends and as a
        result we're missing several Recommends that should be installed by
        default and are on upgrades but not on new installs.  This is not
        applied to minimized images, which don't follow Recommends; but does get
        separately applied to the ubuntu-server full squashfs.
    
     -- Steve Langasek <email address hidden>  Fri, 24 Feb 2023 17:47:54 -0800
  • livecd-rootfs (2.801) lunar; urgency=medium
    
      [ Heinrich Schuchardt ]
      * RISC-V: avoid soft lockup Radeon GPUs. With Radeon GPUs and kernel 5.19 a
        soft lockup was observed. Increase the watchdog threshold.
    
      [ Łukasz 'sil2100' Zemczak ]
      * Add ubuntucinnamon to the supported flavours.
      * Terrible hack workaround for clearing out the non-offline apt cache
        for desktop related images.
    
      [ Dimitri John Ledkov ]
      * ubuntu-cpc: set default ext4 mount option commit=30 (LP: #2006511).
      * Cherry-pick jammy point release fixes.
    
     -- Dimitri John Ledkov <email address hidden>  Fri, 24 Feb 2023 12:20:04 +0000
  • livecd-rootfs (2.800) lunar; urgency=medium
    
      * WSL: do not depend on standard anymore.
        Evolve the seed to only ship the specific part useful to WSL users. This
        allows to trim down the image size.
    
     -- Didier Roche <email address hidden>  Mon, 20 Feb 2023 11:59:25 +0100
  • livecd-rootfs (2.799) lunar; urgency=medium
    
      * Reintroduce edubuntu.
    
     -- Steve Langasek <email address hidden>  Tue, 14 Feb 2023 15:55:41 -0800
  • livecd-rootfs (2.798) lunar; urgency=medium
    
      * Add xubuntu minimal subproject.
    
     -- Steve Langasek <email address hidden>  Mon, 13 Feb 2023 21:07:27 -0800
  • livecd-rootfs (2.797) lunar; urgency=medium
    
      * Drop dependency on rsync, not used in a very long time and lets us drop
        rsync on i386.
    
     -- Steve Langasek <email address hidden>  Wed, 01 Feb 2023 07:44:33 -0800
  • livecd-rootfs (2.796) lunar; urgency=medium
    
      [ Heinrich Schuchardt ]
      * riscv64: adjust U-Boot installation for Nezha D1 and LicheeRV. Since
        version 2022.10 U-Boot SPL and U-Boot are installed onto the same
        partition. Package nezha-boot0 is not needed anymore.
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Mon, 09 Jan 2023 14:10:22 +0100
  • livecd-rootfs (2.795) lunar; urgency=medium
    
      * Don't depend on python3-launchpadlib on i386.  This breaks ppa-enabled
        builds on i386, but avoids pulling in a large dependency tree that's
        not otherwise needed on i386.
    
     -- Steve Langasek <email address hidden>  Thu, 05 Jan 2023 22:07:17 -0800
  • livecd-rootfs (2.794) lunar; urgency=medium
    
      [ Sebastien Bacher ]
      * Change the desktop build to let canary be the default.
        Make canary images the default Ubuntu desktop images, while switching
        the old desktop to a 'legacy' flavor instead.
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Thu, 08 Dec 2022 15:33:05 +0100
  • livecd-rootfs (2.793) lunar; urgency=medium
    
      [ Heinrich Schuchardt ]
      * riscv64: use efi=debug earlycon. RISC-V boards tend to boot slowly. We
        should provide progress information when booting.
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Wed, 16 Nov 2022 13:25:46 +0100
  • livecd-rootfs (2.792) lunar; urgency=medium
    
      [ Samir Akarioh ]
      * feat: Add metadata on ubuntu-oci image.
      * feat: Add Ubuntu user.
    
      [ Utkarsh Gupta ]
      * Remove whitespaces.
    
     -- Utkarsh Gupta <email address hidden>  Mon, 14 Nov 2022 15:26:30 +0530
  • livecd-rootfs (2.791) kinetic; urgency=medium
    
      [ Brian Murray ]
      * Finish the rename of FK_FORCE_CONTAINER into FK_FORCE. (LP: #1989194)
    
      [ Simon Poirier ]
      * update apparmor feature overlay match the target kernel (LP: #1993204)
    
     -- Brian Murray <email address hidden>  Mon, 17 Oct 2022 13:08:52 -0700