diff options
Diffstat (limited to 'script/build/fw/coreboot')
| -rwxr-xr-x | script/build/fw/coreboot | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/script/build/fw/coreboot b/script/build/fw/coreboot index 7479caae..091f9f0d 100755 --- a/script/build/fw/coreboot +++ b/script/build/fw/coreboot @@ -51,6 +51,7 @@ main()  	for x in ${boards}; do  		eval "$(setvars "n" ${pv})"  		eval "$(setvars "" ${v})" +		grub_background="background1280x800.png"  		board="${x}"  		check_target  		prepare_target | 
