summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLyndon Brown <jnqnfe@gmail.com>2020-05-04 17:37:14 +0100
committerLyndon Brown <jnqnfe@gmail.com>2020-05-04 17:37:14 +0100
commitcb2d9a0fe467dbf7a4de691e52c1f412007c098c (patch)
tree6c07cc0b6b265c8c26438cf1de706d81314e6cf1 /scripts
parent9d7393bbdbec133dedbc5c084a2596de227e04cf (diff)
downloadvyos-live-build-cb2d9a0fe467dbf7a4de691e52c1f412007c098c.tar.gz
vyos-live-build-cb2d9a0fe467dbf7a4de691e52c1f412007c098c.zip
fix another overlooked "grub" -> "grub-legacy" instance
Gbp-Dch: Ignore
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build/binary_hdd2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_hdd b/scripts/build/binary_hdd
index 8012c362c..4781009ce 100755
--- a/scripts/build/binary_hdd
+++ b/scripts/build/binary_hdd
@@ -275,7 +275,7 @@ cp -T ${CP_OPTIONS} binary/ chroot/binary.tmp
FIXME()
{
-if [ "${LB_FIRST_BOOTLOADER}" = "grub" ]
+if [ "${LB_FIRST_BOOTLOADER}" = "grub-legacy" ]
then
cat > chroot/grub.sh << EOF