diff options
author | Leah Woods <info@minifree.org> | 2016-05-19 07:46:01 +0100 |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-05-19 07:46:01 +0100 |
commit | c405ab82e18b4f7bc4414383cb19a18c5b4d63d5 (patch) | |
tree | 86fba374832bbc7dd42a325c9a3d32f8709a3423 /resources | |
parent | e71577bb8ada10ff8274680674862935458305ee (diff) | |
download | librebootfr-c405ab82e18b4f7bc4414383cb19a18c5b4d63d5.tar.gz librebootfr-c405ab82e18b4f7bc4414383cb19a18c5b4d63d5.zip |
build/roms/withgrub: typofix in script
Diffstat (limited to 'resources')
-rwxr-xr-x | resources/scripts/helpers/build/roms/withgrub_helper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper index ac00e70a..b14a285e 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" |