diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-05-04 17:37:14 +0100 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-05-04 17:37:14 +0100 |
commit | cb2d9a0fe467dbf7a4de691e52c1f412007c098c (patch) | |
tree | 6c07cc0b6b265c8c26438cf1de706d81314e6cf1 /scripts | |
parent | 9d7393bbdbec133dedbc5c084a2596de227e04cf (diff) | |
download | vyos-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-x | scripts/build/binary_hdd | 2 |
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 |