summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2022-01-04 18:15:18 +0100
committerRadek Podgorny <radek@podgorny.cz>2022-01-04 18:15:18 +0100
commit64722ea6ce27e1679c1ebf6e49eea8007e219737 (patch)
tree8853b32642d4803d3a7f69e68caca66010914e7e
parente23740f7ea011414ef9290da0a506ab9fafff2e7 (diff)
downloadunionfs-fuse-git-64722ea6ce27e1679c1ebf6e49eea8007e219737.tar.gz
more comments
-rwxr-xr-xmacos_vagrant/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/macos_vagrant/build.sh b/macos_vagrant/build.sh
index b742d6f..f45905d 100755
--- a/macos_vagrant/build.sh
+++ b/macos_vagrant/build.sh
@@ -5,6 +5,7 @@ rm -rf Vagrantfile
VERSION=10.12.6
+# unfortunately this was the only macos-based image that works on my linux system :-(
vagrant init --box-version ${VERSION} --minimal jhcook/macos-sierra
vagrant up