summaryrefslogtreecommitdiff
path: root/data/architectures
diff options
context:
space:
mode:
authorJames Simpson <james.simpson@canonical.com>2022-11-12 17:34:50 +0800
committerjsimpso <james.simpson@canonical.com>2022-11-12 17:34:50 +0800
commit2ade1d9e66d8a31f49bbd3dfe5291b7671728c8f (patch)
tree280a9a8bc58bf50fbf9761ed6a14444aa3256d25 /data/architectures
parent2569433ef680632940e31a1b3c2fe070d449e11b (diff)
downloadvyos-build-2ade1d9e66d8a31f49bbd3dfe5291b7671728c8f.tar.gz
vyos-build-2ade1d9e66d8a31f49bbd3dfe5291b7671728c8f.zip
T4796: Allow configuration of 'bootloader' param
Remove hard-coded values for "bootloader" when creating the live-build, replaced with the value of `bootloaders`. Set the current value to the default value if not specified, via `defaults.toml`. Add the default for arm64 as `grub-efi`.
Diffstat (limited to 'data/architectures')
-rw-r--r--data/architectures/arm64.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/architectures/arm64.toml b/data/architectures/arm64.toml
index fbd30008..8ba3805a 100644
--- a/data/architectures/arm64.toml
+++ b/data/architectures/arm64.toml
@@ -1,2 +1,3 @@
# Packages included in ARM64 images by default
packages = ["grub-efi-arm"]
+bootloaders = "grub-efi" \ No newline at end of file