Skip to content

24.08.1

Latest
Compare
Choose a tag to compare
@dbungert dbungert released this 03 Oct 16:20
· 342 commits to main since this release
24.08.1
f20135f
  • LP: #2063331 (PR: #2015) - Fix an issue where network controllers that were present at install time but unconfigured would be factored in to the "online" status of the device in subsequent boots, resulting in boot time delays to the systemd-networkd-wait-online.service. Such network devices are now considered to be optional for the purpose of being "online".
  • LP: #2062988 (PR: #2006) - Fix an issue where schema validation errors, particularly when using the 24.04 Ubuntu Desktop ISO, break netboot installs.
  • LP: #2061073 (PR: #2027, curtin MP: #469319) - Fix an issue where the install would fail while attempting to wipe existing partitions from a disk.
  • LP: #2063162 (PR: #1978) - Fix an issue where NVME controllers would not be probed if the initial, fully-featured, block probe times out.
  • LP: #2065958 (PR: #2013) - Fix an issue where, when using autoinstall and late-commands, a reboot could occur before late-commands finished.
  • LP: #2068603 (PR: #2008) - Fix an issue where autoinstall schema validation would incorrectly warn when key alias names were used.
  • LP: #2060547 (PR: #1965) - Fix an issue where problems with autoinstall and the identity section, or similar, would happen before disk partitioning but not fail the install until after partitioning.
  • LP: #2073378 (PR: #2031) - Fix some cases of an issue where guided partitioning scenarios would be offered when using a MSDOS partition table and we don't have enough additional primary partitions remaining for that install to be successful.
  • LP: #2061042 (PR: #1972) - Fix an issue where the reset partition would be created with an unusably small size.
  • (PR: #2004) - A disk match specification may now be represented as a list of specs, to provide a fallback mechanism if the first matcher produces an empty result. See Disk selection extensions for details.
  • (PR #2056) - Fix an issue where an install crash could occur while attempting to acquire ssh information too early.