Patrick J.P. Culp

Results 60 comments of Patrick J.P. Culp

- Moved **SHIM_SIGN_KEY** and **CODE_SIGN_KEY** declaration to `imghelper`. - Wrapped profile setup under a single `sbsetup_signing_profile` function. - Moved setup a few lines down to share the **UEFI_SECURE_BOOT** conditional.

- Split extensions from ***_SUFFIX**. - Adjusted wording on OVF error. - Cleaned up `compress_image`. - Unified `decompress_image`. - Dropped `get_data_image` for a later PR.

- Move **FILENAME_PREFIX**, **SYMLINK_PREFIX**, and the **_IMAGE_NAME**s to `imghelper` - Limit scope of `decompress_image` to make it more consistent with `compress_image` - Remove `VERSION_ID` as an arg for `symlink_image` since...

- Move `symlink_image` to `imghelper`. - Prevent `buildsys` from deleting repacked images if repacking a second time.

Addressed most feedback, but still need to investigate some things related to standard output and other variants.

Added support for qcow2 and ova/vmdk.

Superseded by #231.

I might would hold off on this one until the crates that currently use `base64` 0.20.0 move to 0.21.0. Seems a bit silly to pull 3 versions if there isn't...