diff options
author | Leah Woods <info@minifree.org> | 2016-05-21 11:32:17 +0100 |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-05-21 11:32:17 +0100 |
commit | 8864dc9a01743b7c66a4b63d90ffcf92fcd66535 (patch) | |
tree | a762c0ffbf22863af79e14f3994bd1004b6a4388 /resources/scripts | |
parent | 2e58042c9cdd9a57603646f02e5694e441310d63 (diff) | |
download | librebootfr-8864dc9a01743b7c66a4b63d90ffcf92fcd66535.tar.gz librebootfr-8864dc9a01743b7c66a4b63d90ffcf92fcd66535.zip |
bring back the old backgrounds. They were better
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 c2cbc732..b0e33b2a 100755 --- a/resources/scripts/helpers/build/roms/withgrub_helper +++ b/resources/scripts/helpers/build/roms/withgrub_helper @@ -155,9 +155,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/background1280x800.png -n background.png -t raw + ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add -f ../../../resources/grub/background/gnulove.jpg -n background.jpg -t raw else - ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add -f ../../../resources/grub/background/background1024x768.png -n background.png -t raw + ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add -f ../../../resources/grub/background/background.jpg -n background.jpg -t raw fi fi |