aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* one more FAQAnthropohedron2024-02-081-0/+4
|
* drafted FAQAnthropohedron2024-02-082-1/+177
|
* Merge pull request #661 from lucasrueda/mastersickcodes2023-06-131-1/+1
|\ | | | | Tiny change on Readme: Recommend to Find by name instead of using grep on results
| * Find by name instead of using grep on resultsLucas Rueda2023-05-221-1/+1
|/
* Merge pull request #616 from raeldev/add-kvm-install-to-readmesickcodes2023-01-231-0/+2
|\ | | | | Add kvm and dependencies install to readme
| * fix wrong parameterIsrael Augusto Moreira2023-01-211-1/+1
| |
| * add kvm and dependencies install to readmeIsrael Augusto Moreira2023-01-211-0/+2
| |
* | Merge pull request #613 from Ygnys/fix-typossickcodes2023-01-231-9/+9
|\ \ | |/ |/| fixing typos in Readme
| * fixing typos in ReadmeAgnieszka Stec2023-01-161-9/+9
|/ | | Found a few minor typos in Readme
* Update submodulesickcodes2022-11-191-0/+0
|
* Add ventura test, add other images to automated pushsickcodes2022-11-192-0/+4
|
* Remove libguestfs patch from autosickcodes2022-11-191-30/+1
|
* Fix Dockerfile.auto inline with otherssickcodes2022-11-191-6/+23
|
* Remove libguestfs old fixes from auto and nakedsickcodes2022-11-192-60/+40
|
* Add Xvfb to tests for screenshotting test autosickcodes2022-11-191-1/+2
|
* Fix busted docker.listsickcodes2022-11-191-0/+1
|
* Signature errorssickcodes2022-11-181-1/+3
|
* Clean Dockerfilesickcodes2022-11-181-22/+3
|
* Warning still exit 1'ssickcodes2022-11-161-1/+1
|
* Add Worldwide mirrorssickcodes2022-11-161-3/+4
|
* archlinux image keyring issuesickcodes2022-11-161-1/+2
|
* git pull when doubling builds on one serversickcodes2022-11-161-0/+1
|
* Fix keyring `pacman-key --populate archlinux`sickcodes2022-11-161-4/+6
|
* Update submodulessickcodes2022-11-161-0/+0
|
* Merge pull request #566 from sickcodes/venturasickcodes2022-11-163-22/+44
|\ | | | | Add latest OS, Ventura
| * Add mkdir -p, add ventura elsewhereventurasickcodes2022-11-152-2/+4
| |
| * Add ventura to Docker-OSX READMEsickcodes2022-11-141-0/+19
| |
| * Add ventura to Docker-OSXsickcodes2022-11-141-18/+14
| |
| * Fix keyserver issues, cherry pick aaronjamt/patch-1sickcodes2022-11-101-1/+6
| |
| * Fix qemu buildsickcodes2022-11-091-1/+1
| |
* | Merge pull request #545 from Sondro/mastersickcodes2022-11-141-1/+1
|\ \ | | | | | | README: 'mac_hdd_ng_auto_monterey' to 'mac_hdd_ng_auto_monterey.img'
| * | README: 'mac_hdd_ng_auto_monterey' to 'mac_hdd_ng_auto_monterey.img'Sondro2022-10-021-1/+1
| | |
* | | Merge pull request #532 from arifulislamat/patch-1sickcodes2022-11-091-1/+1
|\ \ \
| * | | Typing mistake correctionAriful Islam2022-08-201-1/+1
| | | | | | | | | | | | it's should be "experience" not "experiencem"
* | | | Merge pull request #551 from aaronjamt/patch-1sickcodes2022-11-091-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix issue with invalid GPG keys in VNC versionAaronjamt2022-10-211-0/+3
| | |/ | |/| | | | | | | | | | | | | | | | | | | Without this, `pacman` gives the following errors when trying to update packages as part of the installation: * The first error is `error: pambase: key "991F6E3F0765CF6295888586139B09DA5BF0D338" is unknown` * This is followed by a bunch of errors similar to (but with different filenames): `:: File /var/cache/pacman/pkg/pambase-20221020-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)). Do you want to delete it? [Y/n]` * These are followed by `error: libvpx: key "95220BE99CE6FF778AE0DC670F65C7D881506130" is unknown` * Finally, it ends with `error: failed to commit transaction (invalid or corrupted package)` and `Errors occurred, no packages were upgraded.` before exiting with code `1`. This `RUN` command will update the `archlinux-keyring` package to get the latest keys, then remove and regenerate all gnupg keys inside the container. This allows `pacman` to accept the GPG keys and resolves the above error.
* / | Add venturasickcodes2022-11-091-0/+1
|/ /
* | Merge pull request #538 from TartanLeGrand/mastersickcodes2022-09-124-6/+12
|\ \ | |/ |/| sshpass install and label
| * fix: sshpass install and labelUgo Mignon2022-09-014-6/+12
|/
* Fixes #510 missing keyserverssickcodes2022-07-041-0/+4
|
* Fixes #485sickcodes2022-05-141-2/+2
|
* Merge pull request #495 from jonathanweinberg/patch-1sickcodes2022-05-141-2/+1
|\ | | | | Additional information about .wslconfig
| * Additional information about .wslconfigJonathan Weinberg2022-05-091-2/+1
| | | | | | From official MS documentation around `.wslconfig`. Link also has some interesting reading about the `8 second rule` regarding changes not really being made to configs until about 8 seconds after *all* the instance of a distro are shut down. Might be good for some troubleshooting issues with wsl configs not "sticking".
* | Share files, shared folder, mount foldersickcodes2022-05-141-2/+16
|/ | | | | | | | | | | # Share directories, sharing files, shared folder, mount folder The easiest and most secure way is `sshfs` ```bash # on Linux/Windows mkdir ~/mnt/osx sshfs user@localhost:/ -p 50922 ~/mnt/osx # wait a few seconds, and ~/mnt/osx will have full rootfs mounted over ssh, and in userspace # automated: sshpass -p <password> sshfs user@localhost:/ -p 50922 ~/mnt/osx ```
* Fixes #495sickcodes2022-04-211-2/+2
|
* Recognize. Add new legends to credits.sickcodes2022-04-171-1/+9
| | | | | | | | | | | [@kimjammer](https://github.com/kimjammer) Update Windows Installation section #422 [@Mhartig](https://github.com/Mhartig) - Worked out issue `Enter a number (default=1): error: invalid number: y` [@felipestt](https://github.com/felipestt) Use more CPU Cores/SMP' broken #440 [@routmoute](https://github.com/routmoute) README: add PulseAudio with WSLg #442 [@dulatello08](https://github.com/dulatello08) Update README.md #452
* Fix #440sickcodes2022-04-141-5/+7
| | | | | | | | | > According to [this](https://github.com/foxlet/macOS-Simple-KVM/issues/319#issuecomment-1003775896), macOS only supports power-of-two cores. But you can increase the number of sockets to get the virtual cores you need. > > If you need 6 cores, go with: > > ``` > -e EXTRA='-smp 6,sockets=3,cores=2' > ```
* Merge pull request #472 from sickcodes/naked-vnc-legacy-patchsickcodes2022-04-071-19/+0
|\ | | | | Fixes #470 TEMP-FIX is breaking Dockerfile.nakedvnc build #470
| * Fixes #470naked-vnc-legacy-patchsickcodes2022-03-271-19/+0
|/ | | TEMP-FIX is breaking Dockerfile.nakedvnc build #470
* Update via @Error996 https://github.com/Error996sickcodes2022-03-191-1/+9
| | | | | Thanks @Error996! https://github.com/sickcodes/Docker-OSX/discussions/458