mirror of https://github.com/pikvm/pikvm.git
fix
This commit is contained in:
parent
670c4e2653
commit
ca3b09f89a
|
|
@ -102,7 +102,7 @@ Here some options:
|
||||||
[root@pikvm ~]# losetup -P $loop /var/lib/kvmd/msd/flash.img
|
[root@pikvm ~]# losetup -P $loop /var/lib/kvmd/msd/flash.img
|
||||||
[root@pikvm ~]# mkfs.vfat ${loop}p1
|
[root@pikvm ~]# mkfs.vfat ${loop}p1
|
||||||
[root@pikvm ~]# losetup -d $loop
|
[root@pikvm ~]# losetup -d $loop
|
||||||
[root@pikvm ~]# chmod 666 /var/lib/kvmd/msd/*.img
|
[root@pikvm ~]# chmod 666 /var/lib/kvmd/msd/flash.img
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Remount internal storage back to safe read-only mode:
|
3. Remount internal storage back to safe read-only mode:
|
||||||
|
|
@ -112,8 +112,9 @@ Here some options:
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! note
|
!!! note
|
||||||
For V2 you will need to reboot your target system
|
|
||||||
For v3/v4 you will need to toggle the OTG usb, System Menu -> Connect Main USB to server off then on
|
* For PiKVM V3+ you'll need to toggle the USB connection using the Web UI: Switch `System -> Connect Main USB` to off, then on.
|
||||||
|
* For V2 you'l need to reboot the target host.
|
||||||
|
|
||||||
??? example "Step by step: Creating an image on a local macOS"
|
??? example "Step by step: Creating an image on a local macOS"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue