From 46468d131c69199bc76a075b0226b33e92044f58 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 15 Oct 2015 00:15:37 +0100 Subject: build/roms/withgrub_helper: add the SeaBIOS payload Forgot to do this during rebase --- resources/scripts/helpers/build/roms/withgrub_helper | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'resources/scripts/helpers/build') diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper index 87aa2147..c430d8f2 100755 --- a/resources/scripts/helpers/build/roms/withgrub_helper +++ b/resources/scripts/helpers/build/roms/withgrub_helper @@ -98,6 +98,10 @@ do fi fi + # Add SeaBIOS to the image + ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add -f ../seabios/out/bios.bin.elf -n bios.bin.elf -t raw + ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add -f ../seabios/out/vgabios.bin -n vgaroms/vgabios.bin -t raw + # Add the correct GRUB configuration file for this image. for keylayout in ../resources/utilities/grub-assemble/keymap/original/* do -- cgit v1.2.3-70-g09d2