mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
core: Fix bad translation [GH-2225]
This commit is contained in:
parent
06bf3c6fdc
commit
ea2c87e4f4
1 changed files with 2 additions and 2 deletions
|
|
@ -164,7 +164,7 @@ en:
|
|||
boot_timeout: |-
|
||||
Timed out while waiting for the machine to boot. This means that
|
||||
Vagrant was unable to communicate with the guest machine within
|
||||
the configured ("config.ssh.timeout" value) time period. This can
|
||||
the configured ("config.vm.boot_timeout" value) time period. This can
|
||||
mean a number of things.
|
||||
|
||||
If you're using a custom box, make sure that networking is properly
|
||||
|
|
@ -174,7 +174,7 @@ en:
|
|||
as well.
|
||||
|
||||
If the box appears to be booting properly, you may want to increase
|
||||
the timeout ("config.ssh.timeout") value.
|
||||
the timeout ("config.vm.boot_timeout") value.
|
||||
box_config_changing_box: |-
|
||||
While loading the Vagrantfile, the provider override specified
|
||||
a new box. This box, in turn, specified a different box. This isn't
|
||||
|
|
|
|||
Loading…
Reference in a new issue