0b48d74322
This fixes a regression introduced by Ia99687815667c3cf5e82cf21d841d3b1008b8fa9 It turns out that [[ -d /usr/lib/grub/*-efi ]] is not a good check, because [[ doesn't split that and try to glob match ( [ would ). This has resulted in us triggering this path on ARM64. This is an x86-64 only check, because on other platforms we either don't support EFI or are EFI only. Restrict this check to get arm64 working again. Change-Id: I6a75f8504826bcb0ac122d53dfb9faff975077f4 |
||
---|---|---|
.. | ||
block_device | ||
elements | ||
lib | ||
tests | ||
__init__.py | ||
disk_image_create.py | ||
element_dependencies.py | ||
logging_config.py | ||
paths.py | ||
version.py |