mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-21 13:07:46 +00:00
[doc] Add client ini example to kernel module README.md
This commit is contained in:
parent
1a407a67b1
commit
d86014e5ff
@ -68,6 +68,13 @@ device node, for example:
|
||||
|
||||
./looking-glass-client -f /dev/kvmfr0
|
||||
|
||||
You may also use a config file: `~/.looking-glass-client.ini`, or `/etc/looking-glass-client.ini`.
|
||||
|
||||
```ini
|
||||
[app]
|
||||
shmFile=/dev/kvmfr0
|
||||
```
|
||||
|
||||
### VM->Host
|
||||
|
||||
In VM->host mode, use this device in place of the shared memory file.
|
||||
|
Loading…
Reference in New Issue
Block a user