diskimage-builder/diskimage_builder/elements/sysprep
Steve Baker 41c21e91db Revert "Revert "Detect boot and EFI partitions in extract-image""
This change is proposed again, avoiding lsblk features missing from
older distros:
- lsblk is avoided entirely for a whole-disk image with a single
  partition, which would be the majority of old image building jobs
- Field PARTTYPENAME not available on the lsblk in CentOS-8, instead
  rely on the GUID being correct for EFI partitions
- Argument --output-all not available on the lsblk in CentOS-7, this
  is just for logging debug, so can be removed

This reverts commit b06bac734c.

Change-Id: Ib0d4e7751fd968511fc7f672d524e58d1488ae11
2022-02-25 14:52:45 +13:00
..
bin Revert "Revert "Detect boot and EFI partitions in extract-image"" 2022-02-25 14:52:45 +13:00
finalise.d Fix BLS based bootloader installation 2021-11-25 14:26:23 +11:00
README.rst Clear /etc/machine-id to avoid duplicate machine-ids 2017-08-06 13:56:58 -04:00

sysprep
=======

This element holds configuration and scripts that are common for all
distributions.