From 0dbd879c0e9d73a0734fcfb4775c6584099f00d1 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 07 Feb 2015 13:40:47 -0500 Subject: buildrom-withgrub: use gnulove.jpg background on 16:10 laptops --- (limited to 'buildrom-withgrub') diff --git a/buildrom-withgrub b/buildrom-withgrub index d904241..093ff18 100755 --- a/buildrom-withgrub +++ b/buildrom-withgrub @@ -72,7 +72,12 @@ do # Add the background image if [ "$romtype" = "vesafb" ] then - ./util/cbfstool/cbfstool "$1"_"$romtype".rom add -f ../resources/grub/background/background.jpg -n background.jpg -t raw + if [ "$1" = "macbook21" ] || [ "$1" = "x200_4mb" ] || [ "$1" = "x200_8mb" ] + then + ./util/cbfstool/cbfstool "$1"_"$romtype".rom add -f ../resources/grub/background/gnulove.jpg -n background.jpg -t raw + else + ./util/cbfstool/cbfstool "$1"_"$romtype".rom add -f ../resources/grub/background/background.jpg -n background.jpg -t raw + fi fi # Add the correct GRUB configuration file for this image. -- cgit v0.9.1