cloudfoundry / bosh-linux-stemcell-builder

BOSH Ubuntu Linux stemcells
Apache License 2.0
41 stars 103 forks source link

fix: determine grub.cfg location based on infrastructure #365

Closed rthill91 closed 4 months ago

rthill91 commented 4 months ago

The change in location of grub.cfg only impacts vsphere however the test change (https://github.com/cloudfoundry/bosh-linux-stemcell-builder/pull/357) made no distinction. This commit uses the infrastructure to determine which location should be checked in test.

rkoster commented 4 months ago

Thanks! @rthill91