mirror of https://github.com/pikvm/pikvm.git
update
This commit is contained in:
parent
65b55dcfb4
commit
45a18370b1
|
|
@ -17,8 +17,6 @@ The following actions are available here:
|
||||||
* Downloading an image from the PiKVM storage.
|
* Downloading an image from the PiKVM storage.
|
||||||
* Drive connection management and much more.
|
* Drive connection management and much more.
|
||||||
|
|
||||||
An HTTP API for Mass Storage management is also [available](api.md#mass-storage-drive) for advanced use.
|
|
||||||
|
|
||||||
!!! info "The max CD-ROM image size is 2.2 GB"
|
!!! info "The max CD-ROM image size is 2.2 GB"
|
||||||
This is a Linux kernel [limitation](https://github.com/pikvm/pikvm/issues/322) on PiKVM,
|
This is a Linux kernel [limitation](https://github.com/pikvm/pikvm/issues/322) on PiKVM,
|
||||||
which currently cannot emulate a DVD drive.
|
which currently cannot emulate a DVD drive.
|
||||||
|
|
@ -39,7 +37,9 @@ An HTTP API for Mass Storage management is also [available](api.md#mass-storage-
|
||||||
|
|
||||||
|
|
||||||
-----
|
-----
|
||||||
## Manual image uploading without Web UI
|
## Image uploading without Web UI
|
||||||
|
|
||||||
|
??? example "Step by step: Manual image uploading using SCP or rsync"
|
||||||
|
|
||||||
1. Remount internal storage to read-write mode:
|
1. Remount internal storage to read-write mode:
|
||||||
|
|
||||||
|
|
@ -55,6 +55,9 @@ An HTTP API for Mass Storage management is also [available](api.md#mass-storage-
|
||||||
[root@pikvm ~]# kvmd-helper-otgmsd-remount ro
|
[root@pikvm ~]# kvmd-helper-otgmsd-remount ro
|
||||||
```
|
```
|
||||||
|
|
||||||
|
!!! tip
|
||||||
|
An HTTP API for Mass Storage management is also [available](api.md#mass-storage-drive) for advanced use.
|
||||||
|
|
||||||
|
|
||||||
-----
|
-----
|
||||||
## NFS storage
|
## NFS storage
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue