diff options
Diffstat (limited to 'scripts/build/binary_hdd')
-rwxr-xr-x | scripts/build/binary_hdd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build/binary_hdd b/scripts/build/binary_hdd index a0d45392b..e6c6bdfa3 100755 --- a/scripts/build/binary_hdd +++ b/scripts/build/binary_hdd @@ -285,6 +285,7 @@ if [ "${LB_FIRST_BOOTLOADER}" = "grub" ] then cat > chroot/grub.sh << EOF +#!/bin/sh cd binary.tmp grub --batch << EOM find /live/vmlinuz @@ -298,6 +299,7 @@ EOF echo "WAITING..." && read WAIT #cat > chroot/grub.sh << EOF +#!/bin/sh #grub --batch << EOM #root $rootpartition #setup $hdddev |