|
1#
楼主 |
发表于 2020-6-9 15:21:38
|
只看该作者
本帖最后由 ql1307096 于 2020-6-9 15:23 编辑
参考官方文档https://www.ventoy.net/cn/plugin_persistence.html
我的ventou.json文件内容如下- {
- "persistence" : [
- {
- "image": "/ISO/ubuntu-20.04-desktop-amd64.iso",
- "backend": "/persistence/persistence_ext4_1GB_casper-rw.img"
- },
- {
- "image": "/ISO/ubuntu-20.04-desktop-amd64.iso",
- "backend": [
- "/persistence/ubuntu_20.04_1.img",
- "/persistence/ubuntu_20.04_2.img",
- "/persistence/ubuntu_20.04_3.img"
- ]
- },
- {
- "image": "/linuxmint-19.3-xfce-64bit.iso",
- "backend": "/persistence/linuxmint_19.03.img"
- }
- ]
- }
复制代码
目录下文件存在, |
|