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.
|
longer results in an ugly stack trace.
|
||||||
- SSH retries in the face of a `EHOSTUNREACH` error, improving the robustness
|
- SSH retries in the face of a `EHOSTUNREACH` error, improving the robustness
|
||||||
that SSHing succeeds when booting a machine.
|
that SSHing succeeds when booting a machine.
|
||||||
|
- Add missing translation for "saving" state on VirtualBox. [GH-1110]
|
||||||
|
|
||||||
## 1.0.3 (May 1, 2012)
|
## 1.0.3 (May 1, 2012)
|
||||||
|
|
||||||
|
|
|
@ -350,6 +350,10 @@ en:
|
||||||
shut it down forcefully, or you can run `vagrant suspend` to simply
|
shut it down forcefully, or you can run `vagrant suspend` to simply
|
||||||
suspend the virtual machine. In either case, to restart it again,
|
suspend the virtual machine. In either case, to restart it again,
|
||||||
simply run `vagrant up`.
|
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: |-
|
saved: |-
|
||||||
To resume this VM, simply run `vagrant up`.
|
To resume this VM, simply run `vagrant up`.
|
||||||
stuck: |-
|
stuck: |-
|
||||||
|
|
Loading…
Reference in New Issue