| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add exists exits and required serial number files for building disk | sickcodes | 2021-02-26 | 1 | -2/+2 |
| | | |||||
| * | Fix /env permissions for persistence after GENERATE_UNIQUE. Fix the ↵ | sickcodes | 2021-02-26 | 1 | -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` | sickcodes | 2021-02-26 | 1 | -2/+5 |
| | | |||||
| * | source "${ENV:=/env}" logic | sickcodes | 2021-02-26 | 1 | -2/+1 |
| | | |||||
| * | Fixed subshell logic in startup scripts. | sickcodes | 2021-02-26 | 1 | -6/+8 |
| | | |||||
| * | Change `-e NOPICKER=true` to simply do `export ↵ | sickcodes | 2021-02-26 | 1 | -1/+1 |
| | | | | | BOOTDISK=/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore-nopicker.qcow2`. | ||||
| * | Set defaults in obvious places | sickcodes | 2021-02-25 | 1 | -1/+5 |
| | | |||||
| * | Early chown required for all volumes... | sickcodes | 2021-02-25 | 1 | -3/+2 |
| | | |||||
| * | Major serial number runtime generation and override changes. | sickcodes | 2021-02-25 | 1 | -4/+27 |
| | | |||||
| * | 3.1. base-devel image to skip simple packages. Add glibc overrides after ↵ | sickcodes | 2021-02-21 | 1 | -1/+13 |
| | | | | | every pacman -Syu which is currently required for non-Arch builds. | ||||
| * | Fixed cwd bug | sickcodes | 2021-02-08 | 1 | -2/+2 |
| | | |||||
| * | Add -e NOPICKER=false for the :naked image to be able to enter boot menu. | sickcodes | 2021-02-07 | 1 | -14/+25 |
| | | |||||
| * | Use -e OSX_COMMANDS to run commands in OSX at runtime in :auto. Add docker ↵ | sickcodes | 2021-01-27 | 1 | -1/+1 |
| | | | | | start -i instructions. | ||||
| * | Remove pointless VOLUME command. Replace curl with wget. | sickcodes | 2021-01-26 | 1 | -2/+0 |
| | | |||||
| * | Missing -it in README.md for interactive qemu shell and ability to Ctrl+C ↵ | sickcodes | 2021-01-24 | 1 | -2/+0 |
| | | | | | container. | ||||
| * | [V3.0] Dockerfile, Dockerfile.auto, Dockerfile.naked | sickcodes | 2021-01-24 | 1 | -0/+98 |