grub: drop /flash/grub.cfg

This commit is contained in:
MilhouseVH
2018-05-15 04:41:08 +01:00
parent 7f61cb0349
commit cdb7daba21
3 changed files with 14 additions and 17 deletions

View File

@@ -173,7 +173,6 @@ menuentry "Run" {
EOF
mcopy "$LE_TMP/syslinux.cfg" ::
mcopy "$LE_TMP/grub.cfg" ::
# install extlinux
echo "image: installing extlinux to part1..."
@@ -314,7 +313,6 @@ fi # bootloader
# FIXME: an unalias should work here, but it does not; call mcopy directly
$TOOLCHAIN/bin/mcopy -i $LE_TMP/part1.fat -o "$LE_TMP"/syslinux.cfg ::
$TOOLCHAIN/bin/mcopy -i $LE_TMP/part1.fat -o "$LE_TMP"/grub.cfg ::/EFI/BOOT
$TOOLCHAIN/bin/mcopy -i $LE_TMP/part1.fat -o "$LE_TMP"/grub.cfg ::
sync
# merge modified part1 back to tmp disk image
echo "image: merging part1 back to open virtual appliance..."