Switch Vagrantfile to use bento boxes for Debian #170
This commit is contained in:
parent
ebd7c1d2a3
commit
450a92384f
2 changed files with 13 additions and 1 deletions
|
@ -34,10 +34,12 @@ With the above instructions LibreTime is installed on Ubuntu Trusty Tahir. The V
|
|||
| OS | Command | Comment |
|
||||
| ------ | ------------------- | ------- |
|
||||
| Ubuntu 14.04 | `vagrant up ubuntu-trusty` | Current default install since it was used by legacy upstream, based on Trusty Tahir. |
|
||||
| Debian | `vagrant up debian` | Recommended install on Jessie as per the docs. |
|
||||
| Debian 8.7 | `vagrant up debian-jessie` | Recommended install on Jessie as per the docs. |
|
||||
| Ubuntu 16.04 | `vagrant up ubuntu-xenial` | Experimental install on current Ubuntu Xenial Xerus. |
|
||||
| Debian 7.11 | `vagrant up debian-wheezy` | Recommended install on Wheezy as per the docs. |
|
||||
| CentOS | `vagrant up centos` | Experimental install on 7.3 with native systemd support and activated SELinux. |
|
||||
| Ubuntu | `vagrant up ubuntu` | Deprecated Ubuntu Trusty install, replaced by `ubuntu-trusty`. Do not use for new installs! |
|
||||
| Debian | `vagrant up debian` | Deprecated Debian Jessie install, replaced by `debian-jessie`. Do not use for new installs! |
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue