diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-03-17 20:36:14 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-03-17 20:36:14 +0000 |
commit | fb25090d69e9981d16e442f3f143e87b46dd8bc9 (patch) | |
tree | c57500b4afb1cc244efb48f5bd6c024724034e4d /kali/Vagrantfile | |
parent | anohter deb11 (diff) | |
download | vagrantboxes-fb25090d69e9981d16e442f3f143e87b46dd8bc9.tar.gz vagrantboxes-fb25090d69e9981d16e442f3f143e87b46dd8bc9.zip |
updates
Diffstat (limited to 'kali/Vagrantfile')
-rw-r--r-- | kali/Vagrantfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kali/Vagrantfile b/kali/Vagrantfile index 0c9f8be..aed10af 100644 --- a/kali/Vagrantfile +++ b/kali/Vagrantfile @@ -35,5 +35,6 @@ Vagrant.configure('2') do |config| libvirt.qemuargs value: '-no-user-config' libvirt.qemuargs value: '-serial' libvirt.qemuargs value: 'pty' + # libvirt.usb :vendor => '0x2357', :product => '0x010c' end end |