sickcodes
42263d90fc
config-custom-sonoma.plist & config-nopicker-sonoma.plist
7 months ago
sickcodes
756a1c03b9
Merge pull request #758 from sickcodes/sonoma
...
Update to add Sonoma
7 months ago
sickcodes
37aad0460d
Add sonoma to README with special flags
7 months ago
sickcodes
54c96557c0
Add tests/sonoma_master.png
7 months ago
sickcodes
e17ee6c90a
Update submodule
8 months ago
sickcodes
a208578bf0
Merge @kholia/OSX-KVM Set XHCI controller to qemu-xhci for USB keyboard/ mouse on macOS 14.4 #238
8 months ago
sickcodes
d09fa38b47
Update submodule
1 year ago
sickcodes
b09155a612
Add another version specific field
1 year ago
sickcodes
669bea269d
Add sonoma to README and build script. Plist changes shall be made via 422bb3b713
and then update submodule sickcodes/osx-serial-generator
1 year ago
sickcodes
846cf8fdaf
Merge pull request #661 from lucasrueda/master
...
Tiny change on Readme: Recommend to Find by name instead of using grep on results
1 year ago
Lucas Rueda
bc0be6b6c7
Find by name instead of using grep on results
2 years ago
sickcodes
bb1e992916
Merge pull request #616 from raeldev/add-kvm-install-to-readme
...
Add kvm and dependencies install to readme
2 years ago
sickcodes
51f1c1ce14
Merge pull request #613 from Ygnys/fix-typos
...
fixing typos in Readme
2 years ago
Israel Augusto Moreira
ac3fe529a8
fix wrong parameter
2 years ago
Israel Augusto Moreira
0daf0ff5d4
add kvm and dependencies install to readme
2 years ago
Agnieszka Stec
8f555f085d
fixing typos in Readme
...
Found a few minor typos in Readme
2 years ago
sickcodes
924fa68088
Update submodule
2 years ago
sickcodes
237a286e44
Add ventura test, add other images to automated push
2 years ago
sickcodes
de142e8e49
Remove libguestfs patch from auto
2 years ago
sickcodes
fc8f78ff0f
Fix Dockerfile.auto inline with others
2 years ago
sickcodes
6dc83cebc2
Remove libguestfs old fixes from auto and naked
2 years ago
sickcodes
9b10a306db
Add Xvfb to tests for screenshotting test auto
2 years ago
sickcodes
fbe5dba618
Fix busted docker.list
2 years ago
sickcodes
2265bb5a3f
Signature errors
2 years ago
sickcodes
86452e6da3
Clean Dockerfile
2 years ago
sickcodes
e612ca3229
Warning still exit 1's
2 years ago
sickcodes
dab7fc884c
Add Worldwide mirrors
2 years ago
sickcodes
c0ea46aab5
archlinux image keyring issue
2 years ago
sickcodes
bb75dc4669
git pull when doubling builds on one server
2 years ago
sickcodes
9aac2dbe7f
Fix keyring `pacman-key --populate archlinux`
2 years ago
sickcodes
cedfbf521c
Update submodules
2 years ago
sickcodes
671c46046a
Merge pull request #566 from sickcodes/ventura
...
Add latest OS, Ventura
2 years ago
sickcodes
e5ca81ee6e
Add mkdir -p, add ventura elsewhere
2 years ago
sickcodes
ed5e50da7c
Add ventura to Docker-OSX README
2 years ago
sickcodes
306961a107
Add ventura to Docker-OSX
2 years ago
sickcodes
917e091798
Merge pull request #545 from Sondro/master
...
README: 'mac_hdd_ng_auto_monterey' to 'mac_hdd_ng_auto_monterey.img'
2 years ago
sickcodes
1e00c9cfd7
Fix keyserver issues, cherry pick aaronjamt/patch-1
2 years ago
sickcodes
f794cac0e2
Merge pull request #532 from arifulislamat/patch-1
2 years ago
sickcodes
e0d753030b
Merge pull request #551 from aaronjamt/patch-1
2 years ago
sickcodes
586e093ba6
Fix qemu build
2 years ago
sickcodes
160489b0e3
Add ventura
2 years ago
Aaronjamt
a43fc57188
Fix issue with invalid GPG keys in VNC version
...
Without this, `pacman` gives the following errors when trying to update packages as part of the installation:
* The first error is `error: pambase: key "991F6E3F0765CF6295888586139B09DA5BF0D338" is unknown`
* This is followed by a bunch of errors similar to (but with different filenames): `:: File /var/cache/pacman/pkg/pambase-20221020-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)). Do you want to delete it? [Y/n]`
* These are followed by `error: libvpx: key "95220BE99CE6FF778AE0DC670F65C7D881506130" is unknown`
* Finally, it ends with `error: failed to commit transaction (invalid or corrupted package)` and `Errors occurred, no packages were upgraded.` before exiting with code `1`.
This `RUN` command will update the `archlinux-keyring` package to get the latest keys, then remove and regenerate all gnupg keys inside the container. This allows `pacman` to accept the GPG keys and resolves the above error.
2 years ago
Sondro
ab54b75ab8
README: 'mac_hdd_ng_auto_monterey' to 'mac_hdd_ng_auto_monterey.img'
2 years ago
sickcodes
49b86bec9a
Merge pull request #538 from TartanLeGrand/master
...
sshpass install and label
2 years ago
Ugo Mignon
40a7e0d200
fix: sshpass install and label
2 years ago
Ariful Islam
e6763761c0
Typing mistake correction
...
it's should be "experience" not "experiencem"
2 years ago
sickcodes
1fa728b08d
Fixes #510 missing keyservers
2 years ago
sickcodes
d7f0c289fc
Fixes #485
3 years ago
sickcodes
1103007c8d
Merge pull request #495 from jonathanweinberg/patch-1
...
Additional information about .wslconfig
3 years ago
sickcodes
41b07267b2
Share files, shared folder, mount folder
...
# Share directories, sharing files, shared folder, mount folder
The easiest and most secure way is `sshfs`
```bash
# on Linux/Windows
mkdir ~/mnt/osx
sshfs user@localhost:/ -p 50922 ~/mnt/osx
# wait a few seconds, and ~/mnt/osx will have full rootfs mounted over ssh, and in userspace
# automated: sshpass -p <password> sshfs user@localhost:/ -p 50922 ~/mnt/osx
```
3 years ago