diff options
author | Leah Woods <info@minifree.org> | 2016-05-20 03:25:09 +0100 |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-05-20 03:35:28 +0100 |
commit | b1ff016f3f422c47b5c65a4d3ebfc449f1fd5743 (patch) | |
tree | c5aca46c20b562f190a93f399670b1361090959a /resources/scripts/helpers/build/roms/withgrub_helper | |
parent | 870be408e848aa884f8bcc6c2213cb31e4cd2615 (diff) | |
download | librebootfr-b1ff016f3f422c47b5c65a4d3ebfc449f1fd5743.tar.gz librebootfr-b1ff016f3f422c47b5c65a4d3ebfc449f1fd5743.zip |
Don't use SeaVGABIOS on systems that use SeaGRUB
Diffstat (limited to 'resources/scripts/helpers/build/roms/withgrub_helper')
-rwxr-xr-x | resources/scripts/helpers/build/roms/withgrub_helper | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper index 9ef67ff7..19c01034 100755 --- a/resources/scripts/helpers/build/roms/withgrub_helper +++ b/resources/scripts/helpers/build/roms/withgrub_helper @@ -134,9 +134,6 @@ do ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add -f zero -n etc/show-boot-menu -t raw rm -f zero - # SeaVGABIOS stuff - ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add -f ../../../seabios/out/vgabios.bin -n vgaroms/vgabios.bin -t raw - # keyboard spinup timeout ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" remove -n etc/ps2-keyboard-spinup || printf "does not exist" ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add-int -i 60000 -n etc/ps2-keyboard-spinup || printf "already exists" |