diff options
-rwxr-xr-x | bin/reproducible_coreboot.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index 53e322f7..163a047b 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -86,6 +86,9 @@ cd coreboot git submodule update --init --checkout 3rdparty/blobs COREBOOT="$(git log -1)" COREBOOT_VERSION=$(git describe) +echo "This is coreboot $COREBOOT_VERSION." +echo +git log -1 NUM_CPU=$(cat /proc/cpuinfo |grep '^processor'|wc -l) echo "=============================================================================" |