diff options
Diffstat (limited to 'bin/reproducible_coreboot.sh')
-rwxr-xr-x | bin/reproducible_coreboot.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index 1b3f0aa7..f846ce7e 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -163,6 +163,7 @@ echo "========================================================================== export TZ="/usr/share/zoneinfo/Etc/GMT+12" bash util/abuild/abuild +set -x cd coreboot-builds for i in * ; do if [ -f $i/coreboot.rom ] ; then @@ -172,6 +173,7 @@ for i in * ; do done cd .. rm coreboot-builds -rf +set +x echo "=============================================================================" echo "$(date) - Building coreboot images now - second build run." |