aboutsummaryrefslogtreecommitdiff
path: root/release/amd64
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2014-10-14 15:18:22 +0000
committerGlen Barber <gjb@FreeBSD.org>2014-10-14 15:18:22 +0000
commitf38d42ba6338870de7d0a3ab873fc1768480fcef (patch)
tree82dcbbe19304f6a4008dea256128d23ff96c0671 /release/amd64
parent60b7edb5a7fe57f8f1c70038d833dd445c83a0c6 (diff)
downloadsrc-f38d42ba6338870de7d0a3ab873fc1768480fcef.tar.gz
src-f38d42ba6338870de7d0a3ab873fc1768480fcef.zip
Output an informational message when mkimg(1) runs, so it
does not appear that the process has stopped while waiting for a 'y/n' response when waagent is deprovisioned. Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/projects/release-vmimage/; revision=273095
Diffstat (limited to 'release/amd64')
-rwxr-xr-xrelease/amd64/mk-azure.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/amd64/mk-azure.sh b/release/amd64/mk-azure.sh
index 4ba0bfae0e1b..45b70ae73a1d 100755
--- a/release/amd64/mk-azure.sh
+++ b/release/amd64/mk-azure.sh
@@ -130,6 +130,8 @@ vm_create_azure() {
sleep 1
done
+ echo "Creating image... Please wait."
+
mkimg -f vhdf -s gpt \
-b /boot/pmbr -p freebsd-boot/bootfs:=/boot/gptboot \
-p freebsd-swap/swapfs::1G \