diff options
| author | sickcodes <[email protected]> | 2022-02-24 00:41:55 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2022-02-24 00:41:55 +0000 |
| commit | 92d61de642eb9447fe223a8439bf95dab2bb1bfa (patch) | |
| tree | 3124548c65ed33ffc9c2b68054ebf1e29ac6aaf7 /.gitmodules | |
| parent | Merge pull request #452 from dulatello08/patch-1 (diff) | |
| download | docker-osx-92d61de642eb9447fe223a8439bf95dab2bb1bfa.tar.xz docker-osx-92d61de642eb9447fe223a8439bf95dab2bb1bfa.zip | |
If you put an image at /imamge, the image will use that at runtime. Move OSX-KVM to submodule, and symlink for perfect redundancy `ln -s /home/arch/Docker-OSX/OSX-KVM /home/arch/OSX-KVM`
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 66e60a1..a5446f3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "osx-serial-generator"] path = osx-serial-generator url = https://github.com/sickcodes/osx-serial-generator.git +[submodule "OSX-KVM"] + path = OSX-KVM + url = https://github.com/kholia/OSX-KVM |