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:
parent
53cd002a85
commit
8521a45a55
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user