diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-22 00:25:32 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-22 00:25:32 (EST) |
commit | 662c5841bd88979bf772be0c76d3163a5d21b69d (patch) | |
tree | 5e68f0aeb2c57a5f3007d5f65f5bb7fc993e599b /resources | |
parent | b8a8ee8b1b99e3c3c36261a548e509a1e3fa58bf (diff) | |
download | libreboot-662c5841bd88979bf772be0c76d3163a5d21b69d.zip libreboot-662c5841bd88979bf772be0c76d3163a5d21b69d.tar.gz libreboot-662c5841bd88979bf772be0c76d3163a5d21b69d.tar.bz2 |
Only build 2 GRUB payload executables, re-use on all boards.
This should speed up the build process a bit.
Diffstat (limited to 'resources')
-rwxr-xr-x | resources/utilities/grub-assemble/gen.txtmode.sh | 2 | ||||
-rwxr-xr-x | resources/utilities/grub-assemble/gen.vesafb.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/utilities/grub-assemble/gen.txtmode.sh b/resources/utilities/grub-assemble/gen.txtmode.sh index 7274638..d9e69f8 100755 --- a/resources/utilities/grub-assemble/gen.txtmode.sh +++ b/resources/utilities/grub-assemble/gen.txtmode.sh @@ -21,7 +21,7 @@ grub_modules="acpi ahci at_keyboard boot cat cbfs cbls cbtime chain cmosdump cmo $grubdir/grub-mkstandalone \ --grub-mkimage=$grubdir/grub-mkimage \ -O i386-coreboot \ - -o grub.elf \ + -o grub_txtmode.elf \ -d $grubdir/grub-core/ \ --fonts= --themes= --locales= \ --modules="$grub_modules" \ diff --git a/resources/utilities/grub-assemble/gen.vesafb.sh b/resources/utilities/grub-assemble/gen.vesafb.sh index 9d2935e..97de823 100755 --- a/resources/utilities/grub-assemble/gen.vesafb.sh +++ b/resources/utilities/grub-assemble/gen.vesafb.sh @@ -21,7 +21,7 @@ grub_modules="acpi ahci at_keyboard boot cat cbfs cbls cbtime chain cmosdump cmo $grubdir/grub-mkstandalone \ --grub-mkimage=$grubdir/grub-mkimage \ -O i386-coreboot \ - -o grub.elf \ + -o grub_vesafb.elf \ -d $grubdir/grub-core/ \ --fonts= --themes= --locales= \ --modules="$grub_modules" \ |