Add missing "saving" transition for VirtualBox machine [GH-1110]
This commit is contained in:
parent
5691df37a1
commit
46feb55396
|
@ -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)
|
||||
|
||||
|
|
|
@ -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: |-
|
||||
|
|
Loading…
Reference in New Issue