aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Dockerfile for :naked image with VNC supporta10kiloham2021-04-131-0/+208
|
* Fix NO_CACHE by default for testingsickcodes2021-04-121-11/+12
|
* Merge pull request #235 from kaoudis/mastersickcodes2021-04-081-427/+487
|\ | | | | README / troubleshooting docs improvements
| * at least the important-ish links work nowkaoudis2021-04-051-24/+33
| |
| * adds some of the more recent notable closed question issueskaoudis2021-04-051-12/+38
| |
| * couple minor formatting correctionskaoudis2021-04-051-8/+8
| |
| * move things around for flow and fix up linkskaoudis2021-04-041-421/+442
| |
| * link to KVM docs from GTK errorkaoudis2021-04-041-11/+15
|/
* Update README.mdsickcodes2021-03-311-0/+2
|
* Big Sur auto preparationssickcodes2021-03-281-2/+2
|
* Merge pull request #228 from sickcodes/qemu-interactivesickcodes2021-03-282-2/+2
|\ | | | | Remove envsubst to allow interactive QEMU using -i
| * Remove envsubst to allow interactive QEMU using -isickcodes2021-03-282-2/+2
| |
* | Script to build all the imagessickcodes2021-03-281-0/+300
|/
* Add shields with live image sizessickcodes2021-03-262-70/+99
|
* Merge pull request #219 from panos/mastersickcodes2021-03-261-228/+172
|\ | | | | Made further improvements to the README
| * Merge branch 'master' into mastersickcodes2021-03-269-49/+649
| |\ | |/ |/|
* | Restore fetch-macOS.py from OSX-KVM previoussickcodes2021-03-252-1/+450
| |
* | Enable interactive QEMU. Remove envsubst since we are already using bash. ↵sickcodes2021-03-245-8/+47
| | | | | | | | Add -x flag
* | Merge pull request #221 from sickcodes/kvmlesssickcodes2021-03-245-38/+141
|\ \ | | | | | | IMAGE_FORMAT=qcow2, KVM=
| * | Substitution if not null onlysickcodes2021-03-241-1/+1
| | |
| * | Add all ENV variables to each dockerfile for readability. Add RAM allocation ↵sickcodes2021-03-245-38/+141
|/ / | | | | | | buffer and cache drop bug fix. Add kvm and libvirt groups. Add IMAGE_FORMAT=qcow2 to allow IMAGE_FORMAT=raw too.
* | Add more secure VNC password generation. Update osx-serial-generator ↵sickcodes2021-03-234-6/+16
| | | | | | | | submodule. Acknowledge OpenCore bootloader usage.
| * Made further improvements to the READMEPanagiotis Vasilopoulos2021-03-221-229/+174
|/
* Update docker start commands (drop back into shell using docker start -ai ↵sickcodes2021-03-212-4/+10
| | | | <id>) and CREDITS.md
* Merge pull request #212 from panos/mastersickcodes2021-03-211-86/+93
|\ | | | | Improved README
| * Improved systemd-related instructionsPanagiotis Vasilopoulos2021-03-201-5/+3
| |
| * Improved READMEPanagiotis Vasilopoulos2021-03-201-81/+90
| |
* | Default RAM=3sickcodes2021-03-191-1/+2
|/ | | Fixes https://github.com/sickcodes/Docker-OSX/issues/207
* Merge pull request #206 from sickcodes/dyanmic-ram-defaultsickcodes2021-03-173-2/+12
|\ | | | | Use RAM=max or RAM=half to suit all machines, dynamically.
| * Fix RAM math error for -e RAM=maxsickcodes2021-03-171-1/+1
| |
| * Typo: Use RAM=max or RAM=half to suit all machines, dynamically.sickcodes2021-03-171-1/+1
| |
| * Use RAM=max or RAM=half to suit all machines, dynamically.sickcodes2021-03-173-3/+13
|/
* Merge pull request #194 from TheHackerCoding/mastersickcodes2021-03-151-1/+1
|\
| * Update README.mdTheHackerCoding2021-03-151-1/+1
|/
* Merge pull request #189 from sickcodes/low-ram-bugsickcodes2021-03-141-1/+1
|\
| * Propose RAM default to 2G instead of 8Gsickcodes2021-03-141-1/+1
|/ | | | | | | | | | | | Alternative, calc at runtime? Perhaps ``` -e RAM=auto \ ``` ``` RAM=${RAM:-$(("$(head -n1 /proc/meminfo | tr -dc '[:digit:]') / 900000"))}000 \ exec qemu-system-x86_64 -m ${RAM} \ ```
* Update issue templatessickcodes2021-03-142-35/+0
|
* Update issue templatessickcodes2021-03-143-2/+24
|
* How to mount additional disks inside OSXsickcodes2021-03-121-5/+37
|
* Update issue-template.mdsickcodes2021-03-101-0/+1
|
* Fix redundant documentationsickcodes2021-03-091-9/+3
|
* Merge pull request #173 from sickcodes/touch-before-chownsickcodes2021-03-104-4/+6
|\ | | | | sudo touch /dev/kvm /dev/snd "${IMAGE_PATH}" "${BOOTDISK}" "${…
| * FIRST: sudo touch /dev/kvm /dev/snd "${IMAGE_PATH}" "${BOOTDISK}" "${ENV}"sickcodes2021-03-094-4/+6
|/
* Add temporary folder for hardlinks ./customsickcodes2021-03-096-1/+1732
|
* Incorrect link updatesickcodes2021-03-091-1/+1
|
* Merge pull request #171 from sickcodes/move-custom-to-submodulesickcodes2021-03-1011-1715/+40
|\ | | | | Move custom serial generator scripts to their own repo:
| * osx-serial-generator submodule updatesickcodes2021-03-091-0/+0
| |
| * ./custom is now ./osx-serial-generator via submodule. Submodule inits.sickcodes2021-03-093-10/+10
| |
| * osx-serial-generator submodule updatesickcodes2021-03-091-0/+0
| |
| * Add https://github.com/sickcodes/osx-serial-generator.git as a submodule to ↵sickcodes2021-03-098-1705/+30
| | | | | | | | replace ./custom