diff options
author | gjb <gjb@FreeBSD.org> | 2014-10-14 15:18:22 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2014-10-14 15:18:22 +0000 |
commit | 8521a45a5518d0da7ec2b53f2abb0f433d612a61 (patch) | |
tree | 82dcbbe19304f6a4008dea256128d23ff96c0671 /release/amd64 | |
parent | 53cd002a855491bd9c9242e22022c686575b5b7b (diff) | |
download | FreeBSD-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-x | release/amd64/mk-azure.sh | 2 |
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 \ |