diff options
author | Leah Rowe <info@minifree.org> | 2016-09-27 16:50:29 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2016-09-27 16:50:29 +0100 |
commit | 26069b3793b7be6214f5962fb8a21c240c61bae5 (patch) | |
tree | 287d12526c1a36396a648354d1db58c23a5b8896 /resources/scripts | |
parent | c88e72ea2a34355ca68be16a2b4ab73865868ad3 (diff) | |
download | librebootfr-26069b3793b7be6214f5962fb8a21c240c61bae5.tar.gz librebootfr-26069b3793b7be6214f5962fb8a21c240c61bae5.zip |
Revert "bring back the old backgrounds. They were better"
This reverts commit 8864dc9a01743b7c66a4b63d90ffcf92fcd66535.
Diffstat (limited to 'resources/scripts')
-rwxr-xr-x | resources/scripts/helpers/build/roms/withgrub_helper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper index 2b46ec07..869410e9 100755 --- a/resources/scripts/helpers/build/roms/withgrub_helper +++ b/resources/scripts/helpers/build/roms/withgrub_helper @@ -149,9 +149,9 @@ do then if [ "$1" = "macbook21" ] || [ "$1" = "x200_4mb" ] || [ "$1" = "x200_8mb" ] || [ "$1" = "x200_16mb" ] || [ "$1" = "r400_4mb" ] || [ "$1" = "r400_8mb" ] || [ "$1" = "r400_16mb" ] || [ "$1" = "t400_4mb" ] || [ "$1" = "t400_8mb" ] || [ "$1" = "t400_16mb" ] || [ "$1" = "t500_4mb" ] || [ "$1" = "t500_8mb" ] || [ "$1" = "t500_16mb" ] then - ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add -f ../../../resources/grub/background/gnulove.jpg -n background.jpg -t raw + ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add -f ../../../resources/grub/background/background1280x800.png -n background.png -t raw else - ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add -f ../../../resources/grub/background/background.jpg -n background.jpg -t raw + ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add -f ../../../resources/grub/background/background1024x768.png -n background.png -t raw fi fi |