From 1ab5a42de290d017e54553ec1b614ed9d912a81f Mon Sep 17 00:00:00 2001 From: Kyle Robbertze Date: Fri, 11 Jan 2019 12:30:03 +0200 Subject: [PATCH] add buster to the vagrant machine matrix docs --- docs/vagrant.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/vagrant.md b/docs/vagrant.md index 10abeacbf..635d8ba31 100644 --- a/docs/vagrant.md +++ b/docs/vagrant.md @@ -95,6 +95,7 @@ offers the option to choose a different operation system according to you needs. | 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 8.7 | `vagrant up debian-jessie` | Install on Debian Jessie. | | Ubuntu 18.04 | `vagrant up ubuntu-bionic` | Experimental install on current Ubuntu Bionic Beaver. |