From c405ab82e18b4f7bc4414383cb19a18c5b4d63d5 Mon Sep 17 00:00:00 2001 From: Leah Woods Date: Thu, 19 May 2016 02:46:01 -0400 Subject: build/roms/withgrub: typofix in script --- (limited to 'resources') diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper index ac00e70..b14a285 100755 --- a/resources/scripts/helpers/build/roms/withgrub_helper +++ b/resources/scripts/helpers/build/roms/withgrub_helper @@ -118,7 +118,7 @@ do rm -f "seabios.elf" # Add the grub.elf to CBFS - ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add-payload -c lzma grub.elf img/grub2 + ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add-payload -c lzma -f grub.elf -n img/grub2 # we dont need that grub.elf now rm -f "grub.elf" -- cgit v0.9.1