git: 899ba534a50a - stable/13 - release: Report disk image filename
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 May 2023 18:55:52 UTC
The branch stable/13 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=899ba534a50a82ef994c9b9034e6efbe0cb70832
commit 899ba534a50a82ef994c9b9034e6efbe0cb70832
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-05-16 18:37:21 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-05-06 18:55:33 +0000
release: Report disk image filename
For someone new to the release bits it's not always clear what files are
being created. Report the disk image name explicitly.
Reviewed by: gjb
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D39953
(cherry picked from commit 4194bbb34c60a5bf0fd0ba28f7bfa20b7842ba3f)
---
release/tools/vmimage.subr | 2 ++
1 file changed, 2 insertions(+)
diff --git a/release/tools/vmimage.subr b/release/tools/vmimage.subr
index 6e0c1ea633e2..bd592c94ec38 100644
--- a/release/tools/vmimage.subr
+++ b/release/tools/vmimage.subr
@@ -251,6 +251,8 @@ vm_create_disk() {
${ROOTFSPART} \
-o ${VMIMAGE}
+ echo "Disk image ${VMIMAGE} created."
+
if [ ${ESP} = "yes" ]; then
rm ${espfilename}
fi