diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-12-13 22:18:48 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-12-13 22:23:14 +0000 |
commit | 34e0269745c16a8a70438dfb5a32931907e33161 (patch) | |
tree | d4d54b56e0b36903438158cd163c2e9e58ebf685 /resources/scripts/helpers/build/roms | |
parent | dceca1731aa0c2e888eb06a66ade2e9901199df3 (diff) | |
download | librebootfr-34e0269745c16a8a70438dfb5a32931907e33161.tar.gz librebootfr-34e0269745c16a8a70438dfb5a32931907e33161.zip |
remove seabios (this time permanently)
Diffstat (limited to 'resources/scripts/helpers/build/roms')
-rwxr-xr-x | resources/scripts/helpers/build/roms/withgrub_helper | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper index 6dee9a08..530449e6 100755 --- a/resources/scripts/helpers/build/roms/withgrub_helper +++ b/resources/scripts/helpers/build/roms/withgrub_helper @@ -101,10 +101,6 @@ 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 - # Path to coreinfo payload coreinfo=payloads/coreinfo/build/coreinfo.elf |