diff options
author | Roberto Berto <roberto.berto@under.com.br> | 2024-03-11 12:44:01 -0300 |
---|---|---|
committer | Roberto Berto <roberto.berto@under.com.br> | 2024-03-11 12:44:01 -0300 |
commit | 5e96d1a01056c5ad1a1308c0a6a31f59d09c6c49 (patch) | |
tree | 0e3586a63341bdcef281d3f46a412cec2be80659 | |
parent | b32a619d182d274ce9697acb7f1cc68c4167f1a7 (diff) | |
download | pyvyos-5e96d1a01056c5ad1a1308c0a6a31f59d09c6c49.tar.gz pyvyos-5e96d1a01056c5ad1a1308c0a6a31f59d09c6c49.zip |
script to make virtualbox compatible with wsl2
-rw-r--r-- | vagrant/virtualbox-wsl2.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vagrant/virtualbox-wsl2.sh b/vagrant/virtualbox-wsl2.sh new file mode 100644 index 0000000..4cd545d --- /dev/null +++ b/vagrant/virtualbox-wsl2.sh @@ -0,0 +1,2 @@ +export VAGRANT_WSL_ENABLE_WINDOWS_ACCESS="1" +export PATH="$PATH:/mnt/c/Program Files/Oracle/VirtualBox" |