parent
e4504090f8
commit
b97081be0d
2 changed files with 6 additions and 1 deletions
|
@ -6,6 +6,7 @@ FEATURES:
|
||||||
|
|
||||||
BUG FIXES:
|
BUG FIXES:
|
||||||
|
|
||||||
|
- Add translation for stopped status [#97](https://github.com/fgrehm/vagrant-lxc/issues/97)
|
||||||
- Enable retries when fetching container state [#74](https://github.com/fgrehm/vagrant-lxc/issues/74)
|
- Enable retries when fetching container state [#74](https://github.com/fgrehm/vagrant-lxc/issues/74)
|
||||||
- Fix error when setting Debian boxes hostname from Vagrantfile [#91](https://github.com/fgrehm/vagrant-lxc/issues/91)
|
- Fix error when setting Debian boxes hostname from Vagrantfile [#91](https://github.com/fgrehm/vagrant-lxc/issues/91)
|
||||||
- BTRFS-friendly base boxes [#81](https://github.com/fgrehm/vagrant-lxc/issues/81)
|
- BTRFS-friendly base boxes [#81](https://github.com/fgrehm/vagrant-lxc/issues/81)
|
||||||
|
|
|
@ -17,8 +17,12 @@ en:
|
||||||
force_shutdown: |-
|
force_shutdown: |-
|
||||||
Forcing shutdown of container...
|
Forcing shutdown of container...
|
||||||
|
|
||||||
# TODO: Review messages below
|
|
||||||
vagrant:
|
vagrant:
|
||||||
|
commands:
|
||||||
|
status:
|
||||||
|
stopped: |-
|
||||||
|
The container is currently stopped. Run `vagrant up` to bring it up again.
|
||||||
|
|
||||||
actions:
|
actions:
|
||||||
lxc:
|
lxc:
|
||||||
compressing_rootfs: Compressing container's rootfs...
|
compressing_rootfs: Compressing container's rootfs...
|
||||||
|
|
Loading…
Reference in a new issue