diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-24 20:15:31 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-24 21:41:59 (EDT) |
commit | 95c971e91ed549d968bcd5bbe0fcfe41d87d6af7 (patch) | |
tree | 8d7ee316bac0f6659043351e602e5eb5986011ce /resources/scripts/helpers/build | |
parent | 01e7d5a145ce279ef43785ea949a893235db39ec (diff) | |
download | libreboot-95c971e91ed549d968bcd5bbe0fcfe41d87d6af7.zip libreboot-95c971e91ed549d968bcd5bbe0fcfe41d87d6af7.tar.gz libreboot-95c971e91ed549d968bcd5bbe0fcfe41d87d6af7.tar.bz2 |
GRUB: change background to libreboot logo, with grey background
Diffstat (limited to 'resources/scripts/helpers/build')
-rwxr-xr-x | resources/scripts/helpers/build/roms/helper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/scripts/helpers/build/roms/helper b/resources/scripts/helpers/build/roms/helper index 5fcd4c0..aa2dcc7 100755 --- a/resources/scripts/helpers/build/roms/helper +++ b/resources/scripts/helpers/build/roms/helper @@ -84,9 +84,9 @@ do then if [ "$1" = "macbook21" ] || [ "$1" = "x200_4mb" ] || [ "$1" = "x200_8mb" ] || [ "$1" = "r400_4mb" ] || [ "$1" = "r400_8mb" ] || [ "$1" = "t400_4mb" ] || [ "$1" = "t400_8mb" ] || [ "$1" = "t500_4mb" ] || [ "$1" = "t500_8mb" ] then - ./util/cbfstool/cbfstool "$1"_"$romtype".rom add -f ../resources/grub/background/gnulove.jpg -n background.jpg -t raw + ./util/cbfstool/cbfstool "$1"_"$romtype".rom add -f ../resources/grub/background/background1280x800.png -n background.png -t raw else - ./util/cbfstool/cbfstool "$1"_"$romtype".rom add -f ../resources/grub/background/background.jpg -n background.jpg -t raw + ./util/cbfstool/cbfstool "$1"_"$romtype".rom add -f ../resources/grub/background/background1024x768.png -n background.png -t raw fi fi |