aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.naked
Commit message (Collapse)AuthorAgeFilesLines
* Fix MAC_PASSWORD variable name (should be PASSWORD), Add docs for folder sharingsickcodes2021-08-271-9/+10
|
* Add new image `docker pull sickcodes/docker-osx:naked-auto`. Also allow -e ↵sickcodes2021-08-251-1/+1
| | | | USERNAME -e PASSWORD for auto, even though it's 20GB.
* Shift supermin environment variables earlier all imagessickcodes2021-07-281-3/+5
|
* Remove glibc patches, introduce libguestfs testsickcodes2021-07-281-17/+11
|
* Re-insert patched glib & downgraded file command.sickcodes2021-07-271-0/+20
|
* Retire glibc patch. Retire file command patch. Add `bootmenu=on`.sickcodes2021-07-251-19/+0
|
* Prepare nakedvnc for hub.docker.com. Add `ENV BOOT_ARGS=` to supply additon ↵sickcodes2021-05-061-1/+7
| | | | boot arguments, for example, `vmx,rdtscp`. Add `ENV CPU=Penryn` to allow changes to the CPU emulation, for example, `Skylake-Client`
* Disable chown warningsickcodes2021-05-041-1/+1
|
* Temp Fix Failed to boot OSX with GENERATE_UNIQUE #244sickcodes2021-04-271-1/+1
|
* Downgrade file to 5.39 due to libguestfs bug. All Dockerfiles though.file-downgrade-all-imagessickcodes2021-04-181-0/+7
|
* Add LIBGUESTFS debug & trace commands, exit on fail. Update creditssickcodes2021-04-181-3/+7
|
* Remove envsubst to allow interactive QEMU using -isickcodes2021-03-281-1/+1
|
* Enable interactive QEMU. Remove envsubst since we are already using bash. ↵sickcodes2021-03-241-1/+1
| | | | Add -x flag
* Add all ENV variables to each dockerfile for readability. Add RAM allocation ↵sickcodes2021-03-241-1/+29
| | | | buffer and cache drop bug fix. Add kvm and libvirt groups. Add IMAGE_FORMAT=qcow2 to allow IMAGE_FORMAT=raw too.
* FIRST: sudo touch /dev/kvm /dev/snd "${IMAGE_PATH}" "${BOOTDISK}" "${ENV}"sickcodes2021-03-091-1/+2
|
* ./custom is now ./osx-serial-generator via submodule. Submodule inits.sickcodes2021-03-091-3/+3
|
* Dockerfile syntax error.sickcodes2021-03-061-1/+1
|
* Fix BOOTDISK expected logicsickcodes2021-03-061-4/+5
|
* Remove useless case statements. Allow -e HEADLESS=true as human readable ↵sickcodes2021-03-061-7/+3
| | | | alternative to -e DISPLAY=:99.
* Fix bootdisk not getting written to persistent file when using ↵sickcodes2021-03-061-1/+1
| | | | NOPICKER=true. NOPICKER=true is overridden by a custom plist now anyway.
* Typosickcodes2021-03-041-1/+1
|
* v4.1 WIDTH/HEIGHT && move resolution README notesickcodes2021-03-041-4/+5
|
* Shift exitssickcodes2021-03-041-2/+3
|
* wget -O case sensitive, silence source /env errors.sickcodes2021-03-041-4/+3
|
* Add -e MASTER_PLIST_URL to change the input config.plist at runtime.sickcodes2021-03-041-0/+2
|
* Missing WIDTH and HEIGHT from naked and auto Dockerfilessickcodes2021-03-041-5/+9
|
* Documentation for Big Sur. v4.0sickcodes2021-02-271-1/+1
|
* Add exists exits and required serial number files for building disksickcodes2021-02-261-2/+2
|
* Fix /env permissions for persistence after GENERATE_UNIQUE. Fix the ↵sickcodes2021-02-261-1/+1
| | | | following warning by chowning /dev/kvm earlier "libguestfs: warning: current user is not a member of the KVM group (group ID 108). This user cannot access /dev/kvm, so libguestfs may run very slowly. It is recommended that you 'chmod 0666 /dev/kvm' or add the current user to the KVM group (you might need to log out and log in again)."
* NOPICKER now does: `sed -i '/^.*InstallMedia.*/d' Launch.sh`sickcodes2021-02-261-2/+5
|
* source "${ENV:=/env}" logicsickcodes2021-02-261-2/+1
|
* Fixed subshell logic in startup scripts.sickcodes2021-02-261-6/+8
|
* Change `-e NOPICKER=true` to simply do `export ↵sickcodes2021-02-261-1/+1
| | | | BOOTDISK=/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore-nopicker.qcow2`.
* Set defaults in obvious placessickcodes2021-02-251-1/+5
|
* Early chown required for all volumes...sickcodes2021-02-251-3/+2
|
* Major serial number runtime generation and override changes.sickcodes2021-02-251-4/+27
|
* 3.1. base-devel image to skip simple packages. Add glibc overrides after ↵sickcodes2021-02-211-1/+13
| | | | every pacman -Syu which is currently required for non-Arch builds.
* Fixed cwd bugsickcodes2021-02-081-2/+2
|
* Add -e NOPICKER=false for the :naked image to be able to enter boot menu.sickcodes2021-02-071-14/+25
|
* Use -e OSX_COMMANDS to run commands in OSX at runtime in :auto. Add docker ↵sickcodes2021-01-271-1/+1
| | | | start -i instructions.
* Remove pointless VOLUME command. Replace curl with wget.sickcodes2021-01-261-2/+0
|
* Missing -it in README.md for interactive qemu shell and ability to Ctrl+C ↵sickcodes2021-01-241-2/+0
| | | | container.
* [V3.0] Dockerfile, Dockerfile.auto, Dockerfile.nakedsickcodes2021-01-241-0/+98