2
0
mirror of https://github.com/pikvm/pikvm synced 2024-11-18 09:25:43 +00:00

Update cookbook.md

This commit is contained in:
Maxim Devaev 2020-10-17 22:20:19 +03:00 committed by GitHub
parent b71e21edee
commit ef3de09afc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,10 +75,10 @@ Specifically to v2. When combined with configuring a DNS server, FTP, or SMB (fo
allow_tcp: [80, 443]
```
To view other available configuration parameters, use the command `kvmd -m`.
3. To enable the service, use the command `systemctl enable --now kvmd-otgnet`.
3. To enable the service, use the command `systemctl enable kvmd-otgnet`.
4. Perform `reboot`.
:exclamation: The USB-Ethernet features are experimental, so some of the default settings may be changed in future releases
:exclamation: The USB-Ethernet features are experimental, so some of the default settings may be changed in future releases.
## Adding extra Mass Storage Drives
Specifically to v2. By default, Pi-KVM creates only one drive for Mass Storage emulation. However, you can create additional drives and manage them manually via the terminal. This is useful if you want to boot the server from a ISO CD (specified in the web interface), then connect a virtual flash drive to the server and download some files from to Pi-KVM from it.