Browse Source

Removes image hints. Fixes Haiku OS ignore path.

main
Abhas Abhinav 2 years ago
parent
commit
d8fad19315
1 changed files with 16 additions and 19 deletions
  1. +16
    -19
      MH-USB/ventoy/ventoy.json

+ 16
- 19
MH-USB/ventoy/ventoy.json View File

@ -9,7 +9,7 @@
]
},
"image_blacklist": [
"/haiku-r1beta3-x86_64-anyboot.iso"
"/OS/haiku-r1beta3-x86_64-anyboot.iso"
],
"menu_alias": [
{
@ -20,6 +20,10 @@
"image": "/OS/debian-live-11.2.0-amd64-cinnamon.iso",
"alias": "Debian 11.2.0 (Live)"
},
{
"image": "/OS/debian-11.2.0-amd64-netinst.iso",
"alias": "Debian 11.2.0 (Network Installer) [Main]"
},
{
"image": "/OS/devuan_chimaera_4.0.0_amd64_desktop-live.iso",
"alias": "Devuan Chimaera 4.0.0 (live)"
@ -41,7 +45,11 @@
"alias": "Manjaro KDE 21.2.1 (Live)"
},
{
"image": "/netboot.xyz.iso",
"image": "/OS/manjaro-kde-21.2.2-220123-linux515.iso",
"alias": "Manjaro KDE 21.2.2 (Live)"
},
{
"image": "/OS/netboot.xyz.iso",
"alias": "Netboot.xyz"
},
{
@ -69,29 +77,18 @@
"alias": "Tails 4.26 (Live)"
},
{
"image": "/OS/trisquel-mini_9.0.1_amd64.iso",
"alias": "Trisquel 9.0.1 (Live)"
"image": "/OS/trisquel-mini_10.0_amd64.iso",
"alias": "Trisquel 10.0 (Live)"
},
{
"image": "/OS/ubuntu-20.04.3-desktop-amd64.iso",
"alias": "Ubuntu Desktop 20.04.3 (Live)"
},
{
"image": "/OS/zdebian-firmware-11.2.0-amd64-netinst.iso",
"alias": "Debian 11.2.0 (Network Installer) [With Firmware]"
}
],
"menu_tip":{
"left": "25%",
"top": "91%",
"color": "black",
"tips":[
{
"image": "/OS/ubuntu-20.04.3-desktop-amd64.iso",
"tip": "The Ubuntu Desktop 20.04 LTS Live bootable OS"
},
{
"image": "/OS/debian-live-11.2.0-amd64-cinnamon.iso",
"tip": "The Debian GNU/Linux Desktop (Cinnamon) Live bootable OS"
}
]
},
"menu_class":[
{
"key": "alpine",


Loading…
Cancel
Save