| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| | |
Add latest OS, Ventura
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| | |
| | | |
README: 'mac_hdd_ng_auto_monterey' to 'mac_hdd_ng_auto_monterey.img'
|
| | | | |
|
| |\ \ \ |
|
| | | | |
| | | |
| | | | |
it's should be "experience" not "experiencem"
|
| |\ \ \ \
| |_|_|/
|/| | | |
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| |/ / |
|
| |\ \
| |/
|/| |
sshpass install and label
|
| |/ |
|
| | |
|
| | |
|
| |\
| |
| | |
Additional information about .wslconfig
|
| | |
| |
| | |
From official MS documentation around `.wslconfig`. Link also has some interesting reading about the `8 second rule` regarding changes not really being made to configs until about 8 seconds after *all* the instance of a distro are shut down. Might be good for some troubleshooting issues with wsl configs not "sticking".
|
| |/
|
|
|
|
|
|
|
|
|
| |
# 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
```
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
[@kimjammer](https://github.com/kimjammer) Update Windows Installation section #422
[@Mhartig](https://github.com/Mhartig) - Worked out issue `Enter a number (default=1): error: invalid number: y`
[@felipestt](https://github.com/felipestt) Use more CPU Cores/SMP' broken #440
[@routmoute](https://github.com/routmoute) README: add PulseAudio with WSLg #442
[@dulatello08](https://github.com/dulatello08) Update README.md #452
|
| |
|
|
|
|
|
|
|
| |
> According to [this](https://github.com/foxlet/macOS-Simple-KVM/issues/319#issuecomment-1003775896), macOS only supports power-of-two cores. But you can increase the number of sockets to get the virtual cores you need.
>
> If you need 6 cores, go with:
>
> ```
> -e EXTRA='-smp 6,sockets=3,cores=2'
> ```
|
| |\
| |
| | |
Fixes #470 TEMP-FIX is breaking Dockerfile.nakedvnc build #470
|
| |/
|
| |
TEMP-FIX is breaking Dockerfile.nakedvnc build #470
|
| |
|
|
|
| |
Thanks @Error996!
https://github.com/sickcodes/Docker-OSX/discussions/458
|
| |
|
| |
Add warning to test.sh that it's for internal use only
|
| |\
| |
| | |
Update README.md
|
| | | |
|
| |/ |
|
| |\
| |
| | |
README: add PulseAudio with WSLg
|
| |/ |
|
| | |
|
| |
|
|
| |
`extra/jack` over `jack`
|
| |\ |
|
| | |
| |
| | |
Fix typo in command to check available wsl linux distros.
|
| | | |
|
| |/
|
|
| |
Fix typos, more professional language, fix incorrect information.
|