One way to achieve this is by using the type attribute in the menu entry. If you want an example don't be shy to ask
I think you need an example at least so I've put together this bit you can try and implement:
{
"control": [
{
"VTOY_DEFAULT_SEARCH_ROOT": "/ventoy"
}
],
"menu": [
{
"image": "/path/to/debian_live.iso",
"label": "Debian Live"
},
{
"image": "/path/to/linux_mint_live.iso",
"label": "Linux Mint Live"
},
{
"type": "separator"
},
{
"image": "/path/to/gparted.iso",
"label": "GParted"
},
{
"image": "/path/to/clonezilla.iso",
"label": "Clonezilla"
},
{
"image": "/path/to/systemrescue.iso",
"label": "SystemRescue"
}
]
}
I think you need an example at least so I've put together this bit you can try and implement:
{
"control": [
{
"VTOY_DEFAULT_SEARCH_ROOT": "/ventoy"
}
],
"menu": [
{
"image": "/path/to/debian_live.iso",
"label": "Debian Live"
},
{
"image": "/path/to/linux_mint_live.iso",
"label": "Linux Mint Live"
},
{
"type": "separator"
},
{
"image": "/path/to/gparted.iso",
"label": "GParted"
},
{
"image": "/path/to/clonezilla.iso",
"label": "Clonezilla"
},
{
"image": "/path/to/systemrescue.iso",
"label": "SystemRescue"
}
]
}