We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6050b3e commit 3eefdb9Copy full SHA for 3eefdb9
scripts/build.sh
@@ -28,7 +28,7 @@ rm -rf "${BUILD}"
28
mkdir -p "${BUILD}"
29
30
UEFIPAYLOAD="${BUILD}/UEFIPAYLOAD.fd"
31
-COREBOOT="${BUILD}/coreboot.rom"
+COREBOOT="${BUILD}/firmware.rom"
32
USB="${BUILD}/usb.img"
33
EDK2_ARGS=(
34
-D USE_HPET_TIMER=FALSE
@@ -91,8 +91,7 @@ fi
91
if [ "${MODEL}" != "qemu" ]
92
then
93
# Rebuild firmware-update
94
- SHASUM="$(sha384sum "${COREBOOT}" | cut -d " " -f 1)"
95
- export BASEDIR="system76-${SHASUM}"
+ export BASEDIR="system76_${MODEL}_${VERSION}"
96
pushd apps/firmware-update >/dev/null
97
rm -rf "build/x86_64-efi-pe"
98
make "build/x86_64-efi-pe/boot.img"
0 commit comments