From 981f5044d9f0c7f68b71ed5866a3fb76354fe1ce Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 07 Feb 2015 10:30:50 -0500 Subject: grub-assemble: merge scripts into a single script gen.sh --- (limited to 'build') diff --git a/build b/build index e80c4cb..de6fba0 100755 --- a/build +++ b/build @@ -32,7 +32,7 @@ cd coreboot/ for romtype in txtmode vesafb do cd ../resources/utilities/grub-assemble - ./gen."$romtype".sh + ./gen.sh "$romtype" rm -f ../../../coreboot/grub_"$romtype".elf mv grub_"$romtype".elf ../../../coreboot/ cd ../../../coreboot -- cgit v0.9.1