| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
anyway
|
| | |
|
| |
|
|
| |
`extra/jack` over `jack`
|
| |
|
|
| |
4G RAM minimum
|
| | |
|
| |
|
|
| |
/etc/pacman.conf`
|
| | |
|
| |
|
|
| |
however Catalina's recovery image is useless on Monterey images.
|
| |
|
|
| |
back in stock OpenCore bootdisks; size negligible after removing cache.
|
| | |
|
| | |
|
| |
|
|
| |
`--build-arg=catalina`
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
libguestfs at libguestfs-1.44.1
|
| |
|
|
| |
symlink it anyway
|
| | |
|
| | |
|
| |
|
|
| |
USERNAME -e PASSWORD for auto, even though it's 20GB.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
required.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
boot arguments, for example, `vmx,rdtscp`. Add `ENV CPU=Penryn` to allow changes to the CPU emulation, for example, `Skylake-Client`
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
GENERATE_UNIQUE #244
|
| | |
|
| | |
|
| |
|
|
| |
Add -x flag
|
| | |
|
| |
|
|
| |
buffer and cache drop bug fix. Add kvm and libvirt groups. Add IMAGE_FORMAT=qcow2 to allow IMAGE_FORMAT=raw too.
|
| |
|
| |
Fixes https://github.com/sickcodes/Docker-OSX/issues/207
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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} \
```
|