The Mostly Harmless USB Disk https://mostlyharmless.io/usb/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

158 lines
4.1 KiB

  1. {
  2. "theme":{
  3. "file": "/ventoy/themes/mh/theme.txt",
  4. "ventoy_color": "#AFAFAF",
  5. "ventoy_top": "2%",
  6. "ventoy_left": "91%",
  7. "fonts":[
  8. "/ventoy/themes/mh/inconsolata.pf2"
  9. ]
  10. },
  11. "image_blacklist": [
  12. "/OS/haiku-r1beta3-x86_64-anyboot.iso"
  13. ],
  14. "menu_alias": [
  15. {
  16. "image": "/OS/alpine-standard-3.15.0-x86_64.iso",
  17. "alias": "Alpine Linux 3.15.0 (Live)"
  18. },
  19. {
  20. "image": "/OS/debian-live-11.2.0-amd64-cinnamon.iso",
  21. "alias": "Debian 11.2.0 (Live)"
  22. },
  23. {
  24. "image": "/OS/debian-11.2.0-amd64-netinst.iso",
  25. "alias": "Debian 11.2.0 (Network Installer) [Main]"
  26. },
  27. {
  28. "image": "/OS/devuan_chimaera_4.0.0_amd64_desktop-live.iso",
  29. "alias": "Devuan Chimaera 4.0.0 (live)"
  30. },
  31. {
  32. "image": "/OS/Fedora-Workstation-Live-x86_64-35-1.2.iso",
  33. "alias": "Fedora Workstation 35 (Live)"
  34. },
  35. {
  36. "image": "/OS/guix-system-install-1.3.0.x86_64-linux.iso",
  37. "alias": "Guix System Installer 1.3.0"
  38. },
  39. {
  40. "image": "/OS/LibreELEC-Generic.x86_64-10.0.1.img",
  41. "alias": "LibreELEC 10.0.1 (Live)"
  42. },
  43. {
  44. "image": "/OS/manjaro-kde-21.2.1-minimal-220103-linux515.iso",
  45. "alias": "Manjaro KDE 21.2.1 (Live)"
  46. },
  47. {
  48. "image": "/OS/manjaro-kde-21.2.2-220123-linux515.iso",
  49. "alias": "Manjaro KDE 21.2.2 (Live)"
  50. },
  51. {
  52. "image": "/OS/netboot.xyz.iso",
  53. "alias": "Netboot.xyz"
  54. },
  55. {
  56. "image": "/OS/openmediavault_5.6.13-amd64.iso",
  57. "alias": "Open Media Vault 5.6.13 (Installer)"
  58. },
  59. {
  60. "image": "/OS/openwrt-21.02.0-x86-64-generic-ext4-combined.img",
  61. "alias": "OpenWrt 21.02.0 (Live)"
  62. },
  63. {
  64. "image": "/OS/proxmox-ve_7.1-2.iso",
  65. "alias": "Proxmox VE 7.1.2 (Installer)"
  66. },
  67. {
  68. "image": "/OS/Qubes-R4.0.4-x86_64.iso",
  69. "alias": "Qubes R4.0.4 (Installer)"
  70. },
  71. {
  72. "image": "/OS/systemrescue-9.00-amd64.iso",
  73. "alias": "System Rescue 9.00 (Live)"
  74. },
  75. {
  76. "image": "/OS/tails-amd64-4.26.img",
  77. "alias": "Tails 4.26 (Live)"
  78. },
  79. {
  80. "image": "/OS/trisquel-mini_10.0_amd64.iso",
  81. "alias": "Trisquel 10.0 (Live)"
  82. },
  83. {
  84. "image": "/OS/ubuntu-20.04.3-desktop-amd64.iso",
  85. "alias": "Ubuntu Desktop 20.04.3 (Live)"
  86. },
  87. {
  88. "image": "/OS/zdebian-firmware-11.2.0-amd64-netinst.iso",
  89. "alias": "Debian 11.2.0 (Network Installer) [With Firmware]"
  90. }
  91. ],
  92. "menu_class":[
  93. {
  94. "key": "alpine",
  95. "class": "alpine"
  96. },
  97. {
  98. "key": "debian",
  99. "class": "debian"
  100. },
  101. {
  102. "key": "devuan",
  103. "class": "devuan"
  104. },
  105. {
  106. "key": "Fedora",
  107. "class": "fedora"
  108. },
  109. {
  110. "key": "guix",
  111. "class": "guix"
  112. },
  113. {
  114. "key": "LibreELEC",
  115. "class": "libreelec"
  116. },
  117. {
  118. "key": "manjaro",
  119. "class": "manjaro"
  120. },
  121. {
  122. "key": "openwrt",
  123. "class": "openwrt"
  124. },
  125. {
  126. "key": "proxmox",
  127. "class": "proxmox"
  128. },
  129. {
  130. "key": "Qubes",
  131. "class": "qubes"
  132. },
  133. {
  134. "key": "openmediavault",
  135. "class": "openmediavault"
  136. },
  137. {
  138. "key": "netboot",
  139. "class": "netboot"
  140. },
  141. {
  142. "key": "tails",
  143. "class": "Tails"
  144. },
  145. {
  146. "key": "ubuntu",
  147. "class": "Ubuntu"
  148. },
  149. {
  150. "key": "trisquel",
  151. "class": "trisquel"
  152. },
  153. {
  154. "key": "systemrescue",
  155. "class": "systemrescue"
  156. }
  157. ]
  158. }