aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move `/home/arch/OSX-KVM` to `/home/arch/Docker-OSX/OSX-KVM`, but symlink it ↵persistentsickcodes2022-02-245-48/+53
| | | | anyway
* If you put an image at /imamge, the image will use that at runtime. Move ↵sickcodes2022-02-243-0/+17
| | | | OSX-KVM to submodule, and symlink for perfect redundancy `ln -s /home/arch/Docker-OSX/OSX-KVM /home/arch/OSX-KVM`
* Merge pull request #452 from dulatello08/patch-1sickcodes2022-02-111-0/+35
|\ | | | | Update README.md
| * Update README.mdsickcodes2022-02-111-4/+32
| |
| * Update README.mdDulat2022-02-111-0/+7
|/
* Merge pull request #442 from routmoute/mastersickcodes2022-02-081-0/+11
|\ | | | | README: add PulseAudio with WSLg
| * README: add PulseAudio with WSLgroutmoute2022-02-011-0/+11
|/
* Fix jacksickcodes2022-01-211-1/+1
|
* Fix `Enter a number (default=1): error: invalid number: y` by pegging ↵sickcodes2022-01-212-1/+9
| | | | `extra/jack` over `jack`
* Merge pull request #422 from kimjammer/patch-2sickcodes2022-01-191-18/+25
|\
| * Update READMEKimJammer2022-01-151-1/+1
| | | | | | Fix typo in command to check available wsl linux distros.
| * Add suggested changes to Windows SectionKimJammer2022-01-151-2/+4
| |
| * Update Windows Installation sectionkimjammer2022-01-141-19/+24
|/ | | | Fix typos, more professional language, fix incorrect information.
* Merge pull request #420 from aslafy-z/patch-1sickcodes2022-01-131-6/+6
|\
| * chore(docs): update helm requirements list styleZadkiel Aharonian2022-01-121-6/+6
| |
* | Merge pull request #412 from MikeCoder96/mastersickcodes2022-01-131-11/+36
|\ \ | |/ |/|
| * Update README.md with WSL how toMichele Bencardino2021-12-281-11/+36
|/
* Remove fails from /customsickcodes2021-12-196-40/+3186
|
* Submodule update a9e2b126db742e0681b9b22e7b9c9b685b4825f0sickcodes2021-12-191-0/+0
|
* Merge pull request #396 from martinmullins/patch-2sickcodes2021-12-151-1/+1
|\ | | | | NFS mount documentation, locking issue
| * NFS mount documentation, locking issueMartin Mullins2021-11-301-1/+1
| | | | | | | | | | I ran into some issues when I ran software that was trying to lock files under the nfs folder. This was on Catalina and looks like this is a common issue with Mac -> Linux nfs. After digging into it, for my use case using the `locallocks` NFS option on the Mac client resolved it. The `locallocks` option means that locking is handled by the client. There would be problems if you actually need server side locking.
* | Merge pull request #408 from jk2K/patch-1sickcodes2021-12-142-2/+4
|\ \
| * | fix: vnc version support arg BASE_IMAGE. support dynamic change of Base Image Meng Ye2021-12-142-2/+4
|/ /
* | Add usbfluxd video link: https://www.youtube.com/watch?v=kTk5fGjK_PMsickcodes2021-12-072-0/+9
| |
* | Merge pull request #397 from sickcodes/rollback-nakedsickcodes2021-12-021-223/+26
|\ \ | | | | | | Rollback naked
| * | Rollback nakedrollback-nakedsickcodes2021-12-021-223/+26
|/ /
* | Revert normal Dockerfile to have a picker. Massively increase build speed. ↵sickcodes2021-11-302-3/+7
| | | | | | | | 4G RAM minimum
* | Add default BASESYSTEM_FORMAT variablessickcodes2021-11-302-4/+9
|/
* Fix hyperlink. Add missing legends from credits: @kaoudis, @chirag350, ↵sickcodes2021-11-292-4/+18
| | | | @TheHackerCoding, @cameronsteele, @martinmullins.
* Merge pull request #395 from kimjammer/patch-1sickcodes2021-11-292-14/+30
|\ | | | | Readme - Update information regarding using Windows
| * Add Windows Instructions Link at the tippity top.sickcodes2021-11-291-3/+3
| | | | | | Add Windows Instructions Link at the tippity top.
| * Update README.mdsickcodes2021-11-291-22/+26
| | | | | | Move to top
| * Update CREDITS.mdKimJammer2021-11-291-0/+2
| |
| * readme - update windows informationKimJammer2021-11-291-4/+7
| |
| * readme - Instructions to use WSLg's built-in X11 serverKimJammer2021-11-281-1/+8
| | | | | | Add instructions for using correct DISPLAY value and X-11 socket mount point to use WSLg's built-in X11 server on Windows 11.
* | Update legacy folder ./custom so README workssickcodes2021-11-294-110/+655
| |
* | Merge pull request #393 from sickcodes/shrink-nakedsickcodes2021-11-294-38/+253
|\ \ | |/ |/| Create naked container from scratch to make smaller
| * `RUN sudo sed -i -e 's/^\#RemoteFileSigLevel/RemoteFileSigLevel/g' ↵shrink-nakedsickcodes2021-11-294-8/+8
| | | | | | | | /etc/pacman.conf`
| * Rare issue regarding signatures from the arch archives.sickcodes2021-11-294-13/+31
| |
| * Add Monterey recovery disk to `:naked`; it is backwards compatible (APFS), ↵sickcodes2021-11-292-3/+10
| | | | | | | | however Catalina's recovery image is useless on Monterey images.
| * Use qcow for BaseSystem.img instead because it sheds 2G off image size. Add ↵sickcodes2021-11-292-25/+32
| | | | | | | | back in stock OpenCore bootdisks; size negligible after removing cache.
| * Shrink the Docker containers, significantly.sickcodes2021-11-292-7/+14
| |
| * Create naked container from scratch to make smallersickcodes2021-11-271-21/+197
| |
* | Merge pull request #392 from martinmullins/patch-1sickcodes2021-11-281-0/+30
|\ \ | |/ |/| Notes for mounting an NFS folder from a linux host
| * NFS drive easy-share editssickcodes2021-11-281-7/+14
| | | | | | Thank you @martinmullins!
| * Notes for mounting an NFS folder from a linux hostMartin Mullins2021-11-261-0/+23
|/
* Merge pull request #374 from sickcodes/mojave-high-sierrasickcodes2021-11-149-131/+221
|\ | | | | Add High-Sierra, and version granularity
| * Merge branch 'master' into mojave-high-sierramojave-high-sierrasickcodes2021-11-140-0/+0
| |\ | |/ |/|
* | Merge pull request #378 from cameronsteele/patch-1sickcodes2021-11-121-1/+1
|\ \ | | | | | | fix Big Sur build example
| * | fix Big Sur build exampleCameron Steele2021-11-061-1/+1
|/ / | | | | build takes --build-arg and not -e, as I understand