diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-18 20:43:08 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-18 20:43:08 +0000 |
commit | 4b29c35f6b5b03d19e9cd723de30a885311c497b (patch) | |
tree | a0fbc5c838e45544a4ca539632b02fe2687e372d /vagrant | |
parent | update (diff) | |
download | scripts-4b29c35f6b5b03d19e9cd723de30a885311c497b.tar.gz scripts-4b29c35f6b5b03d19e9cd723de30a885311c497b.zip |
update
Diffstat (limited to 'vagrant')
-rw-r--r-- | vagrant/ventoy.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vagrant/ventoy.xml b/vagrant/ventoy.xml new file mode 100644 index 0000000..192790f --- /dev/null +++ b/vagrant/ventoy.xml @@ -0,0 +1,6 @@ +<hostdev mode='subsystem' type='usb' managed='yes'> + <source> + <vendor id='0x125f'/> + <product id='0xdc1a'/> + </source> +</hostdev> |