diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |