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`. --- scripts/build-vyos-image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/build-vyos-image b/scripts/build-vyos-image index baabc7fe..74993145 100755 --- a/scripts/build-vyos-image +++ b/scripts/build-vyos-image @@ -426,7 +426,7 @@ if __name__ == "__main__": --bootappend-live-failsafe "live components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal console=ttyS0,115200 console=tty0 net.ifnames=0 biosdevname=0" \ --linux-flavours {{kernel_flavor}} \ --linux-packages linux-image-{{kernel_version}} \ - --bootloader syslinux,grub-efi \ + --bootloader {{ bootloaders }} \ --binary-images iso-hybrid \ --checksums 'sha256 md5' \ --debian-installer none \ -- cgit v1.2.3