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 f4c534a commit 9dbf994
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package/kvmd-msd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@
- 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
sudo bash /usr/bin/blikvm/kvmd-msd.sh -c make
```
- If you want to excute other cmd, you can use other option. c option contain : make/conn/disconn/clean
- If your iso is large than 5GB.You can specify the optional parameter - s xxx, xxx is the Size.
- If you need specify iso ,you can use -f xxx.iso.
- If you want to specify the msd name, you can use -n xxx.
```
sudo bash /usr/bin/blikvm/kvmd-msd.sh -c make -s 5 -n ventoy -f xxx.iso
```

- Tips: cp progress slowly, Please be patient.

Expand Down

0 comments on commit 9dbf994

Please sign in to comment.