Change logs for ubiquity source package in Hirsute

  • ubiquity (21.04.19) hirsute; urgency=medium
    
      [ Didier Roche ]
      [ Jean-Baptiste Lallement ]
      * Only set the recovery key when partman-auto is used (LP: #1925002)
    
     -- Jean-Baptiste Lallement <email address hidden>  Mon, 19 Apr 2021 15:17:58 +0200
  • ubiquity (21.04.18) hirsute; urgency=medium
    
      * Only auto-configure ESP larger than 50 MiB - this works around LP 1924823,
        where the 5 MB ESP on the install medium was configured as /boot/efi.
    
     -- Julian Andres Klode <email address hidden>  Mon, 19 Apr 2021 13:01:53 +0200
  • ubiquity (21.04.17) hirsute; urgency=medium
    
      [ Rik Mills ]
      * Remove autoconversion = False setting for qvariant in the KDE frontend.
        Fixes LP: #1912327 and LP: #1916331.
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Fri, 16 Apr 2021 16:25:59 +0200
  • ubiquity (21.04.16) hirsute; urgency=medium
    
      * Updated translations.
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Thu, 15 Apr 2021 15:14:05 +0200
  • ubiquity (21.04.15) hirsute; urgency=medium
    
      * scripts/plugininstall.py: Only install grub to ESP if ESP is configured
        (LP: #1893964)
    
     -- Julian Andres Klode <email address hidden>  Wed, 14 Apr 2021 17:29:57 +0200
  • ubiquity (21.04.14) hirsute; urgency=medium
    
      * zys-setup: ZFS generator is enabled by default (LP: 1922402)
    
     -- Jean-Baptiste Lallement <email address hidden>  Tue, 06 Apr 2021 12:17:46 +0200
  • ubiquity (21.04.13) hirsute; urgency=medium
    
      * misc: Fixed crash when trying to escape a non string (LP: #1921567)
    
     -- Jean-Baptiste Lallement <email address hidden>  Wed, 31 Mar 2021 10:39:43 +0200
  • ubiquity (21.04.12) hirsute; urgency=medium
    
      [ Didier Roche ]
      [ Jean-Baptiste Lallement ]
      * Added support for recovery key.
        This adds a second key that can be used for recovery. This key is saved to
        a file to be stored in a secure location to recover an encrypted device.
        (LP: #1921358)
    
     -- Jean-Baptiste Lallement <email address hidden>  Wed, 17 Mar 2021 09:38:45 +0100
  • ubiquity (21.04.11) hirsute; urgency=medium
    
      [ Didier Roche ]
      [ Jean-Baptiste Lallement ]
      * Configure krb5 client so access to AD with GPO enabled works out of the
        box after installation.
      * Keep packages required for AD installed. When AD installation is selected
        we want to keep all the packages used to make it work and remove them
        otherwise.
    
      [ Dimitri John Ledkov ]
      * install_misc: refuse to install packages that have been marked for removal.
        This should generally fix issues we've been seeing with installations using
        the OEM metapackages.  (LP: #1914374)
      * Merge netcfg 171 from Debian into ~ubuntu-installer repo, and subtree
        pull it in.
      * Automatic update of included source packages: netcfg 171ubuntu1
      * Build udebs with !noudeb profile set, to actually build with udebs.
      * Delete KeyboardNames.pl becuase it is annoying.
      * Automatic update of included source packages.
      * Properly drop dh-systemd build-dep from the d-i/update-control script.
      * Add symlink in netcfg mock_paths with and without _fn suffix, cause
        check in hirsute-release & hirsute-proposed want one or the other.
    
     -- Dimitri John Ledkov <email address hidden>  Wed, 17 Mar 2021 02:22:11 +0000
  • ubiquity (21.04.10) hirsute; urgency=medium
    
      * Drop build-dependency on obsolete dh-systemd
    
     -- Steve Langasek <email address hidden>  Fri, 05 Mar 2021 16:54:23 -0800
  • ubiquity (21.04.9) hirsute; urgency=medium
    
      [ Iain Lane ]
      * check-kernels: Don't remove the oem kernel if we want it (LP: #1915114)
    
     -- Dimitri John Ledkov <email address hidden>  Tue, 09 Feb 2021 13:53:35 +0000
  • ubiquity (21.04.8) hirsute; urgency=medium
    
      * install_misc: Mark all installed packages as manually installed.  When
        we're marking packages to install, mark them as `from_user=True`, which
        means manually installed. This prevents them being autoremoved either
        during installation or afterwards in the target system.  Fixes removal of
        the OEM kernel resulting in unbootable certified systems. (LP: #1914091)
    
     -- Iain Lane <email address hidden>  Mon, 01 Feb 2021 17:03:00 +0000
  • ubiquity (21.04.7) hirsute; urgency=medium
    
      [ William 'jawn-smith' Wilson ]
      * Listen on systemd signals in order to wait for sound.target to come
        up before attempting to play the system ready sound (LP: #1901043)
    
     -- Brian Murray <email address hidden>  Fri, 29 Jan 2021 09:57:20 -0800
  • ubiquity (21.04.6) hirsute; urgency=medium
    
      * Revert "BD on iproute2" There's a mock 'ip' command which is supposed to
        be used actually.
      * Append _fn to netcfg mock_path name. This is actually why the mock 'ip'
        command wasn't being found. The check library now generates the testcase
        with `_fn` appended, so we need to rename our directory to follow suit.
    
     -- Iain Lane <email address hidden>  Mon, 25 Jan 2021 19:02:50 +0000
  • ubiquity (21.04.5) hirsute; urgency=medium
    
      [ Mauricio Faria de Oliveira ]
      * ubiquity/plugins/ubi-prepare.py: let the prepare page run in
        automatic mode to install 3rd party drivers. (LP: #1895351)
    
      [ Iain Lane ]
      * Drop all "from __future__ import print". This was kept 8 years ago when
        porting to py3, because pyflakes required it at the time to work properly.
      * ubiquity-dm: Set DISPLAY in the systemd environment for kubuntu too.
      * netcfg/tests/tests.mk: Disable -Werror=format.
        Upstream `check` has rewritten the macros, and now they trip these
        warnings. They should be updated to use ck_assert_* really.
    
      [ Shih-Yuan Lee (FourDollars) ]
      * install_misc.py: Use another mechanism to install the packages. (LP:
        #1908023)
    
     -- Iain Lane <email address hidden>  Mon, 25 Jan 2021 18:24:07 +0000
  • ubiquity (21.04.4) hirsute; urgency=medium
    
      [ Jean-Baptiste Lallement ]
      * Moved from deprecated sip4 to sip from PyQt5 (LP: #1903378) Thanks Rik
        Mills for the references.
      * Replaced deprecated module imp by importlib (LP: #1898494)
    
      [ Shih-Yuan Lee (FourDollars) ]
      * set() has a random order when looping it that makes the failure of
        dependencies issue random. Sort the list of package to make it predictable
        and easier to diagnose dependency issues.
    
      [ Łukasz 'sil2100' Zemczak ]
      * Provide some minimal user feedback on the UI when ubuntu-drivers is busy
        while running in the background. (LP: #1824905)
    
      [ Gunnar Hjalmarsson ]
      * d-i/patches/localechooser-post-base-installer.patch:
        - Set nl (Dutch) as the default Belgian language (LP: #1907914)
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Fri, 08 Jan 2021 18:13:07 +0000
  • ubiquity (21.04.3) hirsute; urgency=medium
    
      [ Mauricio Faria de Oliveira ]
      * Introduce preseed option partman-crypto/luksformat_options
    
      [ Łukasz 'sil2100' Zemczak ]
      * Automatic update of included source packages: partman-crypto
        101ubuntu5.
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Thu, 03 Dec 2020 15:21:45 +0100
  • ubiquity (21.04.2) hirsute; urgency=medium
    
      * Fix set_indicator_keymaps to work with Python 3.9 (the .tostring() method
        on arrays, long deprecated, has now been removed).
    
     -- Michael Hudson-Doyle <email address hidden>  Mon, 30 Nov 2020 12:41:31 +1300
  • ubiquity (21.04.1) hirsute; urgency=medium
    
      * Update d-i/sources/choose-mirror, switching from focal to hirsute as the
        default (jumping by two releases as we forgot this step for groovy).
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Mon, 16 Nov 2020 18:56:41 +0100
  • ubiquity (20.10.13) groovy; urgency=medium
    
      * misc.py: unset gsd keys to trigger keyboard settings migration.
        (LP: #1892040)
    
     -- Dimitri John Ledkov <email address hidden>  Mon, 19 Oct 2020 18:29:34 +0100