diff options
author | Sven Gothel <[email protected]> | 2021-06-28 02:33:31 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-06-28 02:33:31 +0200 |
commit | 74707ba625a299b500144f088571858429d3b73a (patch) | |
tree | 060d8fc2dec56d13fdd81db1bc033b2cde6bc0d1 | |
parent | 78544cde3bd3bdd025aeda4c18e97d1d6431c3b6 (diff) |
Zafena: Branding of 'etc/rpi-issue` ; Add 'Zafena version'
-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 |