summaryrefslogtreecommitdiffstats
path: root/release/amd64
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-10-14 15:18:22 +0000
committergjb <gjb@FreeBSD.org>2014-10-14 15:18:22 +0000
commit8521a45a5518d0da7ec2b53f2abb0f433d612a61 (patch)
tree82dcbbe19304f6a4008dea256128d23ff96c0671 /release/amd64
parent53cd002a855491bd9c9242e22022c686575b5b7b (diff)
downloadFreeBSD-src-8521a45a5518d0da7ec2b53f2abb0f433d612a61.zip
FreeBSD-src-8521a45a5518d0da7ec2b53f2abb0f433d612a61.tar.gz
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
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 4ba0bfa..45b70ae 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 \
OpenPOWER on IntegriCloud