Skip to content

21.12.1

Compare
Choose a tag to compare
@mwhudson mwhudson released this 05 Dec 22:02
· 2763 commits to main since this release
21.12.1
97149e0
  • Fix a packaging issue where importing ssh keys and detecting distribution information failed on 18.04 and 20.04 installs (this is why the previous release did not get released to the stable channel)
  • Improve how subiquity merges lists when combined autoinstall-supplied and internally generated cloud-config. This means that specifying a user under "identity" and also in "user-data" in the autoinstall config works as expected.
  • Update curtin:
    • Fix installs of jammy (where lsblk changed output)
    • Install shim-signed on arm64 UEFI systems
  • The Apt components 'universe', 'multiverse', and 'restricted' may be disabled via autoinstall. Sample usage:
apt:
    disable_components: [multiverse, restricted]