From 8888b2b777f42a9d208ce4c1deb987c7037ea18f Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 3 Nov 2021 15:56:47 +0000 Subject: bump seabios to the latest version in seabios.git --- resources/scripts/download/seabios | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'resources/scripts/download/seabios') diff --git a/resources/scripts/download/seabios b/resources/scripts/download/seabios index a53d44f8..9eaa3fcb 100755 --- a/resources/scripts/download/seabios +++ b/resources/scripts/download/seabios @@ -48,9 +48,10 @@ cd "seabios/" # Reset to the last commit that was tested (we use stable releases for seabios) # ------------------------------------------------------------------------------ -git reset --hard b0d61ecef66eb05bd7a4eb7ada88ec5dab06dfee +git reset --hard 64f37cc530f144e53c190c9e8209a51b58fd5c43 for patchfile in ../resources/seabios/patches/*.patch; do + if [ ! -f "${patchfile}" ]; then continue; fi git am "${patchfile}" || touch ../build_error if [ -f ../build_error ]; then git am --abort -- cgit v1.2.1