mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Update README
This commit is contained in:
parent
d9e3bfd357
commit
f82fa57231
1 changed files with 24 additions and 0 deletions
24
README.md
24
README.md
|
@ -70,6 +70,7 @@ See this (old) video where I explain some of my motivations for creating Quickem
|
|||
* [spicy](https://gitlab.freedesktop.org/spice/spice-gtk)
|
||||
* [swtpm](https://github.com/stefanberger/swtpm)
|
||||
* [Wget](https://www.gnu.org/software/wget/)
|
||||
* [xdg-user-dirs](https://www.freedesktop.org/wiki/Software/xdg-user-dirs/)
|
||||
* [xrandr](https://gitlab.freedesktop.org/xorg/app/xrandr)
|
||||
* [zsync](http://zsync.moria.org.uk/)
|
||||
|
||||
|
@ -340,6 +341,29 @@ configuration:
|
|||
|
||||
* `floppy="/path/to/floppy.img"`
|
||||
|
||||
# File Sharing
|
||||
|
||||
All File Sharing options will only expose `~/Public` (or localised variations)
|
||||
for the current user to the guest VMs.
|
||||
|
||||
## Samba 🐧 🍏 🪟
|
||||
|
||||
If `smbd` is available on the host, Quickemu will automatically enable the
|
||||
built-in QEMU support for exposing a Samba share from the host to the guest.
|
||||
|
||||
You can install the minimal Samba components on Ubuntu using:
|
||||
|
||||
```bash
|
||||
sudo apt install --no-install-recommends samba
|
||||
```
|
||||
## SPICE WebDAV 🐧 🪟
|
||||
|
||||
* TBD
|
||||
|
||||
## VirtIO-9P 🐧 🍏
|
||||
|
||||
* TBD
|
||||
|
||||
# Network port forwarding
|
||||
|
||||
Add an additional line to your virtual machine configuration. For example:
|
||||
|
|
Loading…
Reference in a new issue