diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-28 02:14:09 +0000 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-04-23 11:46:36 +0100 |
commit | 286caf03bed722e3438f37a54e7c2d9720fc6535 (patch) | |
tree | 17bf91125abb1e952dce8813bef105235226a907 /scripts/build/binary_iso | |
parent | da57ad77b9f47be3d9c12c688e8d6f483588b52c (diff) | |
download | vyos-live-build-286caf03bed722e3438f37a54e7c2d9720fc6535.tar.gz vyos-live-build-286caf03bed722e3438f37a54e7c2d9720fc6535.zip |
fix outdated grub-legacy bootloader name references
Diffstat (limited to 'scripts/build/binary_iso')
-rwxr-xr-x | scripts/build/binary_iso | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_iso b/scripts/build/binary_iso index 3b862b05a..eef752f80 100755 --- a/scripts/build/binary_iso +++ b/scripts/build/binary_iso @@ -120,7 +120,7 @@ do XORRISO_OPTIONS="${XORRISO_OPTIONS} -eltorito-alt-boot " fi case "${BOOTLOADER}" in - grub) + grub-legacy) XORRISO_OPTIONS="${XORRISO_OPTIONS} -no-emul-boot -boot-load-size 4 -boot-info-table" XORRISO_OPTIONS="${XORRISO_OPTIONS} -b boot/grub/stage2_eltorito" XORRISO_EXCLUDE="boot/grub/stage2_eltorito" |