diff options
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 |