Improve clarity of vagantfile edit.

pull/634/head
Alistair Mackay 2022-09-22 10:36:56 +01:00
parent 76e8800d9b
commit d489e1594e
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ If you do change any of these, **please consider that a personal preference and
The network used by the Virtual Box virtual machines is `192.168.56.0/24`. The network used by the Virtual Box virtual machines is `192.168.56.0/24`.
To change this, edit the [Vagrantfile](../vagrant/Vagrantfile) and set the new value for the network prefix at line 9. This should not overlap any of the other network settings. To change this, edit the [Vagrantfile](../vagrant/Vagrantfile) in your cloned copy (do not edit directly in github), and set the new value for the network prefix at line 9. This should not overlap any of the other network settings.
Note that you do not need to edit any of the other scripts to make the above change. It is all managed by shell variable computations based on the assigned VM IP addresses and the values in the hosts file (also computed). Note that you do not need to edit any of the other scripts to make the above change. It is all managed by shell variable computations based on the assigned VM IP addresses and the values in the hosts file (also computed).