diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 01b314b..55e6954 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -9,6 +9,8 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[ == Enhancements:: +* Using VirtualBox's linked clones by default now. + Creating a new spin of an existing template is now instant. ({uri-issue}126[#126]) * Enabling UAC so the default account can use Edge without requiring changes ({uri-issue}93[#93]) Bug fixes:: diff --git a/malboxes/vagrantfiles/box_win.rb b/malboxes/vagrantfiles/box_win.rb index 32f4bbe..797d975 100644 --- a/malboxes/vagrantfiles/box_win.rb +++ b/malboxes/vagrantfiles/box_win.rb @@ -11,5 +11,6 @@ vb.gui = true vb.customize ["modifyvm", :id, "--vram", "128"] vb.customize ["modifyvm", :id, "--draganddrop", "hosttoguest"] + vb.linked_clone = true end end