Current Series Release Notes

9.10.0-7

New Features

  • Adds a deploy step clean_uefi_nvram to remove unrequired extra UEFI NVRAM boot entries. By default any entry matching HD as the root device, or with a shim or grub efi file in the path will be deleted, ensuring that disk based boot entries are removed before the new entry is created for the written image. The match_patterns parameter allows a list of regular expressions to be passed, where a case insensitive search in the device path will result in that entry being deleted.

  • Add attached USB device auto discovery. The information is retrieived from lshw tool and store in introspection data result.

Bug Fixes

  • Adds support for disks with 4096 sector size when cleaning disk metadata. Previously, only 512 sector size disks were supported.