diff options
-rw-r--r-- | scripts/common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/common b/scripts/common index 7d332ed..efd00b9 100644 --- a/scripts/common +++ b/scripts/common @@ -98,7 +98,8 @@ on_chroot() { export -f on_chroot print_issue() { - echo "Raspberry Pi reference ${IMG_DATE} UTC" + echo "Raspberry Pi (Zafena) ${IMG_DATE} UTC" + echo "Zafena version ${ZAFENA_VERSION}" echo "Generated using ${PI_GEN}, ${PI_GEN_REPO}, ${GIT_HASH}, ${1}" if [ -f "$ROOTFS_DIR/usr/share/doc/raspberrypi-kernel/changelog.Debian.gz" ]; then |