| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: vnc version support arg BASE_IMAGE. support dynamic change of Base Image | Meng Ye | 2021-12-14 | 2 | -2/+4 |
| | | |||||
| * | Add usbfluxd video link: https://www.youtube.com/watch?v=kTk5fGjK_PM | sickcodes | 2021-12-07 | 2 | -0/+9 |
| | | |||||
| * | Merge pull request #397 from sickcodes/rollback-naked | sickcodes | 2021-12-02 | 1 | -223/+26 |
| |\ | | | | | Rollback naked | ||||
| | * | Rollback nakedrollback-naked | sickcodes | 2021-12-02 | 1 | -223/+26 |
| |/ | |||||
| * | Revert normal Dockerfile to have a picker. Massively increase build speed. ↵ | sickcodes | 2021-11-30 | 2 | -3/+7 |
| | | | | | 4G RAM minimum | ||||
| * | Add default BASESYSTEM_FORMAT variables | sickcodes | 2021-11-30 | 2 | -4/+9 |
| | | |||||
| * | Fix hyperlink. Add missing legends from credits: @kaoudis, @chirag350, ↵ | sickcodes | 2021-11-29 | 2 | -4/+18 |
| | | | | | @TheHackerCoding, @cameronsteele, @martinmullins. | ||||
| * | Merge pull request #395 from kimjammer/patch-1 | sickcodes | 2021-11-29 | 2 | -14/+30 |
| |\ | | | | | Readme - Update information regarding using Windows | ||||
| | * | Add Windows Instructions Link at the tippity top. | sickcodes | 2021-11-29 | 1 | -3/+3 |
| | | | | | | | Add Windows Instructions Link at the tippity top. | ||||
| | * | Update README.md | sickcodes | 2021-11-29 | 1 | -22/+26 |
| | | | | | | | Move to top | ||||
| | * | Update CREDITS.md | KimJammer | 2021-11-29 | 1 | -0/+2 |
| | | | |||||
| | * | readme - update windows information | KimJammer | 2021-11-29 | 1 | -4/+7 |
| | | | |||||
| | * | readme - Instructions to use WSLg's built-in X11 server | KimJammer | 2021-11-28 | 1 | -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 works | sickcodes | 2021-11-29 | 4 | -110/+655 |
| | | | |||||
| * | | Merge pull request #393 from sickcodes/shrink-naked | sickcodes | 2021-11-29 | 4 | -38/+253 |
| |\ \ | |/ |/| | Create naked container from scratch to make smaller | ||||
| | * | `RUN sudo sed -i -e 's/^\#RemoteFileSigLevel/RemoteFileSigLevel/g' ↵shrink-naked | sickcodes | 2021-11-29 | 4 | -8/+8 |
| | | | | | | | | | /etc/pacman.conf` | ||||
| | * | Rare issue regarding signatures from the arch archives. | sickcodes | 2021-11-29 | 4 | -13/+31 |
| | | | |||||
| | * | Add Monterey recovery disk to `:naked`; it is backwards compatible (APFS), ↵ | sickcodes | 2021-11-29 | 2 | -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 ↵ | sickcodes | 2021-11-29 | 2 | -25/+32 |
| | | | | | | | | | back in stock OpenCore bootdisks; size negligible after removing cache. | ||||
| | * | Shrink the Docker containers, significantly. | sickcodes | 2021-11-29 | 2 | -7/+14 |
| | | | |||||
| | * | Create naked container from scratch to make smaller | sickcodes | 2021-11-27 | 1 | -21/+197 |
| | | | |||||
| * | | Merge pull request #392 from martinmullins/patch-1 | sickcodes | 2021-11-28 | 1 | -0/+30 |
| |\ \ | |/ |/| | Notes for mounting an NFS folder from a linux host | ||||
| | * | NFS drive easy-share edits | sickcodes | 2021-11-28 | 1 | -7/+14 |
| | | | | | | | Thank you @martinmullins! | ||||
| | * | Notes for mounting an NFS folder from a linux host | Martin Mullins | 2021-11-26 | 1 | -0/+23 |
| |/ | |||||
| * | Merge pull request #374 from sickcodes/mojave-high-sierra | sickcodes | 2021-11-14 | 9 | -131/+221 |
| |\ | | | | | Add High-Sierra, and version granularity | ||||
| | * | Merge branch 'master' into mojave-high-sierramojave-high-sierra | sickcodes | 2021-11-14 | 0 | -0/+0 |
| | |\ | |/ |/| | |||||
| * | | Merge pull request #378 from cameronsteele/patch-1 | sickcodes | 2021-11-12 | 1 | -1/+1 |
| |\ \ | | | | | | | fix Big Sur build example | ||||
| | * | | fix Big Sur build example | Cameron Steele | 2021-11-06 | 1 | -1/+1 |
| |/ / | | | | | build takes --build-arg and not -e, as I understand | ||||
| | * | Add diff of screenshots to test suite, works good | sickcodes | 2021-11-14 | 2 | -1/+71 |
| | | | |||||
| | * | Add static expected screenshots of installation images to ./tests/ | sickcodes | 2021-11-14 | 6 | -3/+3 |
| | | | |||||
| | * | raw image format | sickcodes | 2021-11-14 | 1 | -1/+1 |
| | | | |||||
| | * | Add High Sierra & Mojave examples | sickcodes | 2021-11-14 | 1 | -31/+84 |
| | | | |||||
| | * | Build all versions based on shortname, fix shebang, tag catalina latest | sickcodes | 2021-11-14 | 1 | -76/+60 |
| | | | |||||
| | * | `--build-arg=mojave`, `--build-arg=big-sur`, `--build-arg=monterey`, ↵ | sickcodes | 2021-11-14 | 1 | -13/+1 |
| | | | | | | | | | `--build-arg=catalina` | ||||
| | * | Missed bc | sickcodes | 2021-11-13 | 1 | -1/+1 |
| | | | |||||
| | * | Fix shell | sickcodes | 2021-11-13 | 1 | -11/+6 |
| | | | |||||
| | * | export SHORTNAME make OSX-KVM | sickcodes | 2021-11-03 | 1 | -20/+20 |
| |/ | |||||
| * | Submodule update osx-serial-generator | sickcodes | 2021-10-31 | 1 | -0/+0 |
| | | |||||
| * | Submodule update osx-serial-generator | sickcodes | 2021-10-31 | 1 | -0/+0 |
| | | |||||
| * | libguestfs games | sickcodes | 2021-10-31 | 5 | -57/+47 |
| | | |||||
| * | Opencore --> OpenCore (typo...) | sickcodes | 2021-10-30 | 5 | -5/+5 |
| | | |||||
| * | Add missing kernel headers | sickcodes | 2021-10-30 | 5 | -3/+32 |
| | | |||||
| * | Hard fail, of course, on libguestfs build errors | sickcodes | 2021-10-30 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #366 from eggplants/master | sickcodes | 2021-10-30 | 2 | -1/+4 |
| |\ | | | | | Fix command to launch sickcodes/docker-osx:auto | ||||
| | * | [@eggplants](https://github.com/eggplants) Fix command to launch ↵ | sickcodes | 2021-10-29 | 1 | -1/+3 |
| | | | | | | | | | sickcodes/docker-osx:auto #366 | ||||
| | * | fix: command to launch sickcodes/docker-osx:auto | haruna | 2021-10-28 | 1 | -0/+1 |
| | | | | | | | add option `-e GENERATE_UNIQUE=true` | ||||
| * | | Merge pull request #369 from sickcodes/libguestfs-linux-hold | sickcodes | 2021-10-29 | 5 | -58/+93 |
| |\ \ | | | | | | | Fixes #368 Downgrade kernel for the subsystem to 5.12, and hold back libguestfs at libguestfs-1.44.1 | ||||
| | * | | Fixes #368 Downgrade kernel for the subsystem to 5.12, and hold back ↵libguestfs-linux-hold | sickcodes | 2021-10-29 | 5 | -58/+93 |
| |/ / | | | | | | | libguestfs at libguestfs-1.44.1 | ||||
| * | | `OpenCore-Catalina/OpenCore.qcow2` was moved to `OpenCore/OpenCore.qcow2`, ↵ | sickcodes | 2021-10-28 | 6 | -26/+62 |
| | | | | | | | | | symlink it anyway | ||||
| * | | Merge pull request #367 from TheHackerCoding/patch-1 | sickcodes | 2021-10-28 | 1 | -3/+0 |
| |\ \ | |/ |/| | Typo in README | ||||