Patrick J.P. Culp

Results 60 comments of Patrick J.P. Culp

@dependabot close This will be addressed in https://github.com/awslabs/coldsnap/pull/215.

Unfortunately without fabric manager support Bottlerocket can't utilize the GPUs of the p4/p5 instance types.

Hi @dochost, typically you would assume the role before calling coldsnap. Do you have a use-case that calls for something different?

I could see someone using a not-superpowered admin container in non-AWS variants. The admin container could be used in lieu of the control container to interact with the API over...

If the use-case has been broken since the introduction of serial/systemd, I don't think we necessarily have to block #76. If you wanted to add an escape hatch for non-superpowered...

Switched from generating verity values to the `dm_verity_root` directly.

- Redeclared some vars as local. - Adjusted formatting. - Noticed a missing redirect to stderr.

- Removed assumption that the caller will change directory to `${EFI_MOUNT}/EFI/BOOT` before calling UEFI helpers. - Removed circular references.

- Split `uefi_pesign` into several more targeted functions. - Renamed some things for consistency and clarity.