upgrade to windows 2022
This commit is contained in:
parent
518b7fc148
commit
77385545e5
|
|
@ -28,7 +28,7 @@ This will:
|
|||
|
||||
Build and install the [Ubuntu 20.04 Base Box](https://github.com/rgl/ubuntu-vagrant).
|
||||
|
||||
Build and install the [Windows 2019 Base Box](https://github.com/rgl/windows-vagrant).
|
||||
Build and install the [Windows 2022 Base Box](https://github.com/rgl/windows-vagrant).
|
||||
|
||||
Add the following entry to your `/etc/hosts` file:
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ Vagrant.configure(2) do |config|
|
|||
end
|
||||
|
||||
config.vm.define :windows do |config|
|
||||
config.vm.box = 'windows-2019-amd64'
|
||||
config.vm.box = 'windows-2022-amd64'
|
||||
config.vm.network 'private_network', ip: '192.168.56.4'
|
||||
config.vm.provider :libvirt do |lv, config|
|
||||
config.vm.synced_folder '.', '/vagrant', type: 'smb', smb_username: ENV['USER'], smb_password: ENV['VAGRANT_SMB_PASSWORD']
|
||||
|
|
|
|||
Loading…
Reference in New Issue