summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2022-11-12 17:02:36 +0000
committerGitHub <noreply@github.com>2022-11-12 17:02:36 +0000
commitb55bf1b1c5de4d778371653b863179c9a0d5fe76 (patch)
tree82536a035d9ff8564700fa0bb7d70853ed4146d0 /scripts
parentff651097b1283cf75fa49dac133520d1049a0e98 (diff)
parent2ade1d9e66d8a31f49bbd3dfe5291b7671728c8f (diff)
downloadvyos-build-b55bf1b1c5de4d778371653b863179c9a0d5fe76.tar.gz
vyos-build-b55bf1b1c5de4d778371653b863179c9a0d5fe76.zip
Merge pull request #285 from jsimpso/bootloaders
T4796: Allow configuration of 'bootloader' param
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-vyos-image2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-vyos-image b/scripts/build-vyos-image
index 4cf45134..f09791d9 100755
--- a/scripts/build-vyos-image
+++ b/scripts/build-vyos-image
@@ -425,7 +425,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 \