Merge branch 'master' into arm64

This commit is contained in:
Serge Schneider
2023-11-27 15:34:52 +00:00
6 changed files with 44 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ on_chroot() {
export -f on_chroot
update_issue() {
echo -e "Raspberry Pi reference ${IMG_DATE}\nGenerated using ${PI_GEN}, ${PI_GEN_REPO}, ${GIT_HASH}, ${1}" > "${ROOTFS_DIR}/etc/rpi-issue"
echo -e "${PI_GEN_RELEASE} ${IMG_DATE}\nGenerated using ${PI_GEN}, ${PI_GEN_REPO}, ${GIT_HASH}, ${1}" > "${ROOTFS_DIR}/etc/rpi-issue"
}
export -f update_issue