diff --git a/tools/vagrant/systemvm/Vagrantfile b/tools/vagrant/systemvm/Vagrantfile index 1c71b0874a5..657ad482dde 100644 --- a/tools/vagrant/systemvm/Vagrantfile +++ b/tools/vagrant/systemvm/Vagrantfile @@ -78,7 +78,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| #noinspection RubyStringKeysInHashInspection patches = { - 'config/etc' => '/etc', 'config/opt' => '/opt', 'config/root' => '/root', 'config/var' => '/var',