add buster to the vagrant machine matrix docs

This commit is contained in:
Kyle Robbertze 2019-01-11 12:30:03 +02:00
parent a414bc3418
commit 1ab5a42de2
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ offers the option to choose a different operation system according to you needs.
| OS | Command | Comment | | OS | Command | Comment |
| ------ | ------------------- | ------- | | ------ | ------------------- | ------- |
| Debian 10 | `vagrant up debian-buster` | Install on Debian Buster. |
| Debian 9.6 | `vagrant up debian-stretch` | Install on current Debian Stretch. | | Debian 9.6 | `vagrant up debian-stretch` | Install on current Debian Stretch. |
| Debian 8.7 | `vagrant up debian-jessie` | Install on Debian Jessie. | | Debian 8.7 | `vagrant up debian-jessie` | Install on Debian Jessie. |
| Ubuntu 18.04 | `vagrant up ubuntu-bionic` | Experimental install on current Ubuntu Bionic Beaver. | | Ubuntu 18.04 | `vagrant up ubuntu-bionic` | Experimental install on current Ubuntu Bionic Beaver. |