diff options
author | Francis Rowe <info@gluglug.org.uk> | 2016-01-02 19:41:28 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2016-01-02 19:41:28 +0000 |
commit | 91aec7e72005dcda72d19f2d024a02d8c0f86590 (patch) | |
tree | 1037ea031db5d13b5b44a47f5cf72e1d60d3634b /resources/scripts/helpers/build/roms/withgrub | |
parent | 7fa8e4a5c3695c6204c94aa257d5eeb4f06006df (diff) | |
download | librebootfr-91aec7e72005dcda72d19f2d024a02d8c0f86590.tar.gz librebootfr-91aec7e72005dcda72d19f2d024a02d8c0f86590.zip |
build/roms/withgrub: only dd the .rom files
Diffstat (limited to 'resources/scripts/helpers/build/roms/withgrub')
-rwxr-xr-x | resources/scripts/helpers/build/roms/withgrub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub b/resources/scripts/helpers/build/roms/withgrub index 719fb6f8..fd1aa5de 100755 --- a/resources/scripts/helpers/build/roms/withgrub +++ b/resources/scripts/helpers/build/roms/withgrub @@ -118,7 +118,7 @@ if [ -d "bin/grub/" ]; then else ../../../resources/utilities/ich9deblob/ich9gen fi - for rom in * + for rom in *.rom do if [ "${board}" = "r500" ]; then dd if="ich9fdnogbe_${romsize}.bin" of="${rom}" bs=1 count=4k conv=notrunc |