Commit Graph

332 Commits (netdev)
 

Author SHA1 Message Date
sickcodes 27efe6658d
Merge pull request #155 from sickcodes/custom-identity
4 years ago
sickcodes 60132b6c81 README.md Serial Number/iMessage readiness
4 years ago
sickcodes 91131a6bbb Add exists exits and required serial number files for building disk
4 years ago
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)."
4 years ago
sickcodes d1721028c8 NOPICKER now does: `sed -i '/^.*InstallMedia.*/d' Launch.sh`
4 years ago
sickcodes 84326051ca source "${ENV:=/env}" logic
4 years ago
sickcodes f2a49b046b Fixed subshell logic in startup scripts.
4 years ago
sickcodes a651aa0369 Change `-e NOPICKER=true` to simply do `export BOOTDISK=/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore-nopicker.qcow2`.
4 years ago
sickcodes 7dc344ef44
Merge pull request #154 from sickcodes/wget-options
4 years ago
sickcodes 105fdfd48f Add an unset WGET_OPTIONS variable that is set to --no-verbose in hub.docker.com, but unset by default, so you can watch progress.
4 years ago
sickcodes 9a846bbdbf Chown the disk image early.
4 years ago
sickcodes c5aab3020d Set defaults in obvious places
4 years ago
sickcodes 284fe9fbde Early chown required for all volumes...
4 years ago
sickcodes 316a8abfa0 Set temporary branch
4 years ago
sickcodes 23ab20c2fa Major serial number runtime generation and override changes.
4 years ago
sickcodes 9f104526e0 Typo
4 years ago
sickcodes 9e5538c195 Add Linux, libguestfs for building bootdisks within the Docker container. Add CPU_STRING to optionally override the whole CPU string. Unify variable names in ./custom.
4 years ago
sickcodes 4ffed54724 WIP generate-specific-bootdisk.sh
4 years ago
sickcodes 7886e0fd06 Add --output-env <filename> && --output-bootdisk <filename>
4 years ago
sickcodes 246fd12c18 TSV output, for easier scripting
4 years ago
sickcodes d3e86e1c53 Add config.plist and OpenCore boot disk generator to the script.
4 years ago
sickcodes 372905218f Add zip, fix global variables in the serial generator.
4 years ago
sickcodes 5aa689e8ad WIP: Machine unique value generator
4 years ago
sickcodes d2952a4f65
Merge pull request #153 from sickcodes/nopickers
4 years ago
sickcodes f608206926 Add NOPICKER=false in :latest. Add NOPICKER=true in :auto. Add networking speed docs.
4 years ago
sickcodes 4ac0bf163d Required KVM parameter fix. No idea how it's been absent for this long.
4 years ago
sickcodes 8fb4c56799
Merge pull request #152 from sickcodes/base-devel-switch
4 years ago
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.
4 years ago
sickcodes d6b99ff62e
Merge pull request #151 from sickcodes/docker-osx-kubernetes
4 years ago
sickcodes fb73a31191 Self-host in the repo glibc to emphasize the temporariness of this patch.
4 years ago
sickcodes 4dcf20a362 Kubernetes helm chart submission! Thanks @cephasara
4 years ago
sickcodes fad0c874b5
Merge pull request #150 from MrBenFTW/patch-2
4 years ago
Ben Mitchell 7cc833046f
Tempfix for arch
4 years ago
sickcodes 0af8357211 Package the helm setup for Artifact Hub.
4 years ago
sickcodes cf391bbf90
Merge pull request #147 from sickcodes/vmxnet3
4 years ago
sickcodes 91790f5f5d Add a default shell variable for the nic.
4 years ago
sickcodes 54afd6ad58 Add -e NETWORKING=e1000-82545em || -e ENV NETWORKING=vmxnet3 as runtime arguments.
4 years ago
sickcodes 217af19452 Reduced image by 5GB, thanks to @weskerfoot!
4 years ago
sickcodes 8401069229 Fixed cwd bug
4 years ago
sickcodes 70744ea3e3
Merge pull request #145 from sickcodes/mac_address
4 years ago
sickcodes 7eb821dcc3 Add -e NOPICKER=false for the :naked image to be able to enter boot menu.
4 years ago
sickcodes 9a1cbbff95 Remove pacman -Scc until later.
4 years ago
sickcodes 9228312eba Add -e MAC_ADDRESS to change MAC_ADDRESS at runtime.
4 years ago
sickcodes 7a04945aae Use wget --no-verbose to prevent build buffer overload in the hub.docker.com build log
4 years ago
sickcodes 34f1c04880
Merge pull request #143 from sickcodes/fix-docker-cloud-build-size
4 years ago
sickcodes f8595fbc8d Reduce build size & tidy
4 years ago
sickcodes 5c2039d262
Merge pull request #140 from prometheas/fix-boot-to-osx-shell+display-command
4 years ago
John Lianoglou ae41869105 docs: fix broken multi-line docker command
4 years ago
sickcodes 27d7496a70 Use -e OSX_COMMANDS to run commands in OSX at runtime in :auto. Add docker start -i instructions.
4 years ago
sickcodes 8db77770b0 Remove pointless VOLUME command. Replace curl with wget.
4 years ago