Commit Graph

32 Commits

Author SHA1 Message Date
sickcodes
6243c33e47 Remove envsubst to allow interactive QEMU using -i 2021-03-28 10:17:47 +00:00
sickcodes
2414f466d0 Enable interactive QEMU. Remove envsubst since we are already using bash. Add -x flag 2021-03-24 21:16:03 +00:00
sickcodes
9e7342f966 Add all ENV variables to each dockerfile for readability. Add RAM allocation buffer and cache drop bug fix. Add kvm and libvirt groups. Add IMAGE_FORMAT=qcow2 to allow IMAGE_FORMAT=raw too. 2021-03-24 13:40:16 +00:00
sickcodes
e4c0b64200 FIRST: sudo touch /dev/kvm /dev/snd "${IMAGE_PATH}" "${BOOTDISK}" "${ENV}" 2021-03-09 20:34:09 +00:00
sickcodes
5a71e19756 ./custom is now ./osx-serial-generator via submodule. Submodule inits. 2021-03-09 16:55:18 +00:00
sickcodes
c2916fd487 Dockerfile syntax error. 2021-03-06 19:25:26 +00:00
sickcodes
7382df8fa1 Fix BOOTDISK expected logic 2021-03-06 19:18:23 +00:00
sickcodes
7d6e5b30d8 Remove useless case statements. Allow -e HEADLESS=true as human readable alternative to -e DISPLAY=:99. 2021-03-06 17:59:03 +00:00
sickcodes
8935ce08ab Fix bootdisk not getting written to persistent file when using NOPICKER=true. NOPICKER=true is overridden by a custom plist now anyway. 2021-03-06 17:48:15 +00:00
sickcodes
b2f6ac509c Typo 2021-03-04 13:27:12 +00:00
sickcodes
2077c3a453 v4.1 WIDTH/HEIGHT && move resolution README note 2021-03-04 13:22:13 +00:00
sickcodes
4b278bc42c Shift exits 2021-03-04 12:05:41 +00:00
sickcodes
45a5f2c074 wget -O case sensitive, silence source /env errors. 2021-03-04 11:57:52 +00:00
sickcodes
377c4e7cc5 Add -e MASTER_PLIST_URL to change the input config.plist at runtime. 2021-03-04 09:52:45 +00:00
sickcodes
408248ae4f Missing WIDTH and HEIGHT from naked and auto Dockerfiles 2021-03-04 09:12:50 +00:00
sickcodes
275b27ef8f Documentation for Big Sur. v4.0 2021-02-27 12:10:08 +00:00
sickcodes
91131a6bbb Add exists exits and required serial number files for building disk 2021-02-26 09:25:40 +00:00
sickcodes
258f6b455d Fix /env permissions for persistence after GENERATE_UNIQUE. Fix the 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)." 2021-02-26 06:42:57 +00:00
sickcodes
d1721028c8 NOPICKER now does: sed -i '/^.*InstallMedia.*/d' Launch.sh 2021-02-26 05:49:40 +00:00
sickcodes
84326051ca source "${ENV:=/env}" logic 2021-02-26 05:30:09 +00:00
sickcodes
f2a49b046b Fixed subshell logic in startup scripts. 2021-02-26 05:26:35 +00:00
sickcodes
a651aa0369 Change -e NOPICKER=true to simply do export BOOTDISK=/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore-nopicker.qcow2. 2021-02-26 04:22:56 +00:00
sickcodes
c5aab3020d Set defaults in obvious places 2021-02-25 18:16:24 +00:00
sickcodes
284fe9fbde Early chown required for all volumes... 2021-02-25 15:17:52 +00:00
sickcodes
23ab20c2fa Major serial number runtime generation and override changes. 2021-02-25 14:03:06 +00:00
sickcodes
6f40c4c4de 3.1. base-devel image to skip simple packages. Add glibc overrides after every pacman -Syu which is currently required for non-Arch builds. 2021-02-21 06:38:27 +00:00
sickcodes
8401069229 Fixed cwd bug 2021-02-08 00:58:07 +00:00
sickcodes
7eb821dcc3 Add -e NOPICKER=false for the :naked image to be able to enter boot menu. 2021-02-07 19:25:59 +00:00
sickcodes
27d7496a70 Use -e OSX_COMMANDS to run commands in OSX at runtime in :auto. Add docker start -i instructions. 2021-01-27 19:02:10 +00:00
sickcodes
8db77770b0 Remove pointless VOLUME command. Replace curl with wget. 2021-01-26 21:25:45 +00:00
sickcodes
ab6f7cfc10 Missing -it in README.md for interactive qemu shell and ability to Ctrl+C container. 2021-01-24 16:30:59 +00:00
sickcodes
a09c565e36 [V3.0] Dockerfile, Dockerfile.auto, Dockerfile.naked 2021-01-24 12:47:19 +00:00