diff --git a/linux/build-and-push.sh b/linux/build-and-push.sh index 8ccb144..20a9e4e 100755 --- a/linux/build-and-push.sh +++ b/linux/build-and-push.sh @@ -84,6 +84,7 @@ $SSH -- dracut --kernel-image "$VMLINUZ" "$INITRD" "$LINUX_VERSION" $SSH -- grub2-mkconfig -o /boot/grub2/grub.cfg ROOT="$($SSH -- blkid -o value -s UUID -t LABEL=ROOT)" -echo "Root partition UUID: $ROOT" +set +x +echo "Root partition UUID: $ROOT" echo 'Now reboot, test, and update the bisection.'