Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
InnerCalmer committed Jun 14, 2023
1 parent 46565ce commit f4c534a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package/kvmd-msd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
scp ***.iso blikvm@xxx.xxx.xxx.xxx:/mnt/msd/user/
```

4. excute msd cmd.wait until excute end. The default size of the USB flash disk is 5GB.
4. excute msd cmd.wait until excute end.
- If you don't use option paramter:
- The default size of the USB flash disk is 5GB.
- The default filename is scan /mnt/msd/user dir.
- The default msd name is ventoy.
```
sudo bash /usr/bin/blikvm/kvmd-msd.sh -c make -s 5 -n ventoy -f xxx.iso
```
Expand All @@ -27,7 +31,7 @@
- If you need specify iso ,you can use -f xxx.iso.
- If you want to specify the msd name, you can use -n xxx.

**Tips: cp progress slowly, Please be patient. **
- Tips: cp progress slowly, Please be patient.

5. connect msd
```
Expand Down

0 comments on commit f4c534a

Please sign in to comment.