Add missing "saving" transition for VirtualBox machine [GH-1110]

This commit is contained in:
Mitchell Hashimoto 2012-09-09 19:49:03 -07:00
parent 5691df37a1
commit 46feb55396
2 changed files with 5 additions and 0 deletions

View File

@ -44,6 +44,7 @@
longer results in an ugly stack trace.
- SSH retries in the face of a `EHOSTUNREACH` error, improving the robustness
that SSHing succeeds when booting a machine.
- Add missing translation for "saving" state on VirtualBox. [GH-1110]
## 1.0.3 (May 1, 2012)

View File

@ -350,6 +350,10 @@ en:
shut it down forcefully, or you can run `vagrant suspend` to simply
suspend the virtual machine. In either case, to restart it again,
simply run `vagrant up`.
saving: |-
The VM is currently saving its state. In a few moments this state
should transition to "saved." Please run `vagrant status` again
in a few seconds.
saved: |-
To resume this VM, simply run `vagrant up`.
stuck: |-