The plugin vagrant-disksize is incompatible with everything other than VirtualBox, but it's currently only noticed about on ARM64.
|
if Etc.uname[:version].include? 'ARM64' |
|
puts "WARNING: Vagrant disksize requires VirtualBox, if you are not using VirtualBox please remove this plugin immediatley" |
|
end |
Should show notice instead always unless Virtualbox is in use.
Came up related to #2780 (comment)
The plugin
vagrant-disksizeis incompatible with everything other than VirtualBox, but it's currently only noticed about on ARM64.VVV/Vagrantfile
Lines 563 to 565 in 8c7a42c
Should show notice instead always unless Virtualbox is in use.
Came up related to #2780 (comment)