plus3it / spel

STIG-Partitioned Enterprise Linux (spel)
Other
94 stars 61 forks source link

Change to UEFI-supporting instance-type #662

Closed ferricoxide closed 8 months ago

ferricoxide commented 8 months ago

Update test-launch EC2 to a UEFI-supporting instance-type

Closes #661

ferricoxide commented 8 months ago

Forgot to trim the build-target list on the test-run, so accidentally exercised everything…

    amazon-ebs.minimal-centos-7-hvm: Attempting to grow /dev/nvme0n1p2... + growpart /dev/nvme0n1 2
    amazon-ebs.minimal-rhel-7-hvm: Attempting to grow /dev/nvme0n1p2... + growpart /dev/nvme0n1 2
    amazon-ebs.minimal-rhel-8-hvm: Attempting to grow /dev/nvme0n1p4... + growpart /dev/nvme0n1 4
    amazon-ebs.minimal-ol-8-hvm: Attempting to grow /dev/nvme0n1p2... + growpart /dev/nvme0n1 2
    amazon-ebs.minimal-centos-8stream-hvm: Attempting to grow /dev/nvme0n1p2... + growpart /dev/nvme0n1 2

It should also continue to work with pre-Nitro instance types (hand ran the script on an m4.large – the previously-used instance-type – and the script functioned as expected. Similarly, the script was tested to ensure that it aborts if the / filesystem is hosted on a non-LVM device.

lorengordon commented 8 months ago

go codebuild go