Skip to content
Snippets Groups Projects
Commit e2df0af4 authored by Claude Becker's avatar Claude Becker
Browse files

vagrant: buster -> bookworm

parent 1fd4dfa7
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ or return the contents of first found file
* `ansible_hostname`: short hostname of the current host as discovered by ansible
* `ansible_fqdn`: full hostname of the current host as discovered by ansible
* `ansible_distribution`: linux distribution (eg debian) as discovered by ansible
* `ansible_distribution_release`: linux distribution release (eg buster) as discovered by ansible
* `ansible_distribution_release`: linux distribution release as discovered by ansible
* `ansible_default_ipv4.address`: default IPv4 address as discovered by ansible
Most nested variables can be retrieved either as dict
......
......@@ -29,10 +29,10 @@ Start by adding an image of a preconfigured virtual machine to your system. You
vagrant box add <boxname> <path/to/vm.box>
```
I.e., if you want to test out Debian Buster you would do
I.e., if you want to test out Debian Bookworm you would do
```sh
vagrant box add buster 'https://share.phys.ethz.ch/~isg/vagrant/buster64-core.box'
vagrant box add bookworm 'https://share.phys.ethz.ch/~isg/vagrant/bookworm64-core.box'
```
The box will be copied to `~/.vagrant.d/`. To get a list of the boxes that you have available use
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment