From 49fcc906561ab05f7a45f329e40cfd4a12260e57 Mon Sep 17 00:00:00 2001 From: Leah Woods Date: Thu, 19 May 2016 23:58:23 -0400 Subject: build/roms/withgrub: use cbfstool add-int for 0s delay in cbfs (SeaGRUB) --- (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 19c0103..bb6962e 100755 --- a/resources/scripts/helpers/build/roms/withgrub_helper +++ b/resources/scripts/helpers/build/roms/withgrub_helper @@ -129,10 +129,7 @@ do # Add 0s delay to seabios, so that the user is not burdened by seeing # that horrible interface that seabios has - rm -f zero - dd if=/dev/null of=zero bs=1 count=1 - ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add -f zero -n etc/show-boot-menu -t raw - rm -f zero + ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add-int -i 0 -n etc/show-boot-menu || "already exists" # keyboard spinup timeout ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" remove -n etc/ps2-keyboard-spinup || printf "does not exist" -- cgit v0.9.1