diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-15 00:15:37 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-15 00:15:37 +0100 |
commit | 46468d131c69199bc76a075b0226b33e92044f58 (patch) | |
tree | 308f418769c3305aebe142a95bb0f7fec0d4eebd /resources/scripts/helpers/build | |
parent | e897f56253ef951482c2d2c525caa7c97907630c (diff) | |
download | librebootfr-46468d131c69199bc76a075b0226b33e92044f58.tar.gz librebootfr-46468d131c69199bc76a075b0226b33e92044f58.zip |
build/roms/withgrub_helper: add the SeaBIOS payload
Forgot to do this during rebase
Diffstat (limited to 'resources/scripts/helpers/build')
-rwxr-xr-x | resources/scripts/helpers/build/roms/withgrub_helper | 4 |
1 files changed, 4 insertions, 0 deletions
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 |