diff options
author | Daniil Baturin <daniil@vyos.io> | 2022-11-12 17:02:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-12 17:02:36 +0000 |
commit | b55bf1b1c5de4d778371653b863179c9a0d5fe76 (patch) | |
tree | 82536a035d9ff8564700fa0bb7d70853ed4146d0 /scripts | |
parent | ff651097b1283cf75fa49dac133520d1049a0e98 (diff) | |
parent | 2ade1d9e66d8a31f49bbd3dfe5291b7671728c8f (diff) | |
download | vyos-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-x | scripts/build-vyos-image | 2 |
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 \ |