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
This commit is contained in:
gjb 2014-10-14 15:18:22 +00:00
parent 53cd002a85
commit 8521a45a55
2 changed files with 4 additions and 0 deletions

View File

@ -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 \

View File

@ -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 \