From 2ade1d9e66d8a31f49bbd3dfe5291b7671728c8f Mon Sep 17 00:00:00 2001 From: James Simpson Date: Sat, 12 Nov 2022 17:34:50 +0800 Subject: 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`. --- data/architectures/arm64.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'data/architectures') 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 -- cgit v1.2.3