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.

161 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. "/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/devuan_chimaera_4.0.0_amd64_desktop-live.iso",
  25. "alias": "Devuan Chimaera 4.0.0 (live)"
  26. },
  27. {
  28. "image": "/OS/Fedora-Workstation-Live-x86_64-35-1.2.iso",
  29. "alias": "Fedora Workstation 35 (Live)"
  30. },
  31. {
  32. "image": "/OS/guix-system-install-1.3.0.x86_64-linux.iso",
  33. "alias": "Guix System Installer 1.3.0"
  34. },
  35. {
  36. "image": "/OS/LibreELEC-Generic.x86_64-10.0.1.img",
  37. "alias": "LibreELEC 10.0.1 (Live)"
  38. },
  39. {
  40. "image": "/OS/manjaro-kde-21.2.1-minimal-220103-linux515.iso",
  41. "alias": "Manjaro KDE 21.2.1 (Live)"
  42. },
  43. {
  44. "image": "/netboot.xyz.iso",
  45. "alias": "Netboot.xyz"
  46. },
  47. {
  48. "image": "/OS/openmediavault_5.6.13-amd64.iso",
  49. "alias": "Open Media Vault 5.6.13 (Installer)"
  50. },
  51. {
  52. "image": "/OS/openwrt-21.02.0-x86-64-generic-ext4-combined.img",
  53. "alias": "OpenWrt 21.02.0 (Live)"
  54. },
  55. {
  56. "image": "/OS/proxmox-ve_7.1-2.iso",
  57. "alias": "Proxmox VE 7.1.2 (Installer)"
  58. },
  59. {
  60. "image": "/OS/Qubes-R4.0.4-x86_64.iso",
  61. "alias": "Qubes R4.0.4 (Installer)"
  62. },
  63. {
  64. "image": "/OS/systemrescue-9.00-amd64.iso",
  65. "alias": "System Rescue 9.00 (Live)"
  66. },
  67. {
  68. "image": "/OS/tails-amd64-4.26.img",
  69. "alias": "Tails 4.26 (Live)"
  70. },
  71. {
  72. "image": "/OS/trisquel-mini_9.0.1_amd64.iso",
  73. "alias": "Trisquel 9.0.1 (Live)"
  74. },
  75. {
  76. "image": "/OS/ubuntu-20.04.3-desktop-amd64.iso",
  77. "alias": "Ubuntu Desktop 20.04.3 (Live)"
  78. }
  79. ],
  80. "menu_tip":{
  81. "left": "25%",
  82. "top": "91%",
  83. "color": "black",
  84. "tips":[
  85. {
  86. "image": "/OS/ubuntu-20.04.3-desktop-amd64.iso",
  87. "tip": "The Ubuntu Desktop 20.04 LTS Live bootable OS"
  88. },
  89. {
  90. "image": "/OS/debian-live-11.2.0-amd64-cinnamon.iso",
  91. "tip": "The Debian GNU/Linux Desktop (Cinnamon) Live bootable OS"
  92. }
  93. ]
  94. },
  95. "menu_class":[
  96. {
  97. "key": "alpine",
  98. "class": "alpine"
  99. },
  100. {
  101. "key": "debian",
  102. "class": "debian"
  103. },
  104. {
  105. "key": "devuan",
  106. "class": "devuan"
  107. },
  108. {
  109. "key": "Fedora",
  110. "class": "fedora"
  111. },
  112. {
  113. "key": "guix",
  114. "class": "guix"
  115. },
  116. {
  117. "key": "LibreELEC",
  118. "class": "libreelec"
  119. },
  120. {
  121. "key": "manjaro",
  122. "class": "manjaro"
  123. },
  124. {
  125. "key": "openwrt",
  126. "class": "openwrt"
  127. },
  128. {
  129. "key": "proxmox",
  130. "class": "proxmox"
  131. },
  132. {
  133. "key": "Qubes",
  134. "class": "qubes"
  135. },
  136. {
  137. "key": "openmediavault",
  138. "class": "openmediavault"
  139. },
  140. {
  141. "key": "netboot",
  142. "class": "netboot"
  143. },
  144. {
  145. "key": "tails",
  146. "class": "Tails"
  147. },
  148. {
  149. "key": "ubuntu",
  150. "class": "Ubuntu"
  151. },
  152. {
  153. "key": "trisquel",
  154. "class": "trisquel"
  155. },
  156. {
  157. "key": "systemrescue",
  158. "class": "systemrescue"
  159. }
  160. ]
  161. }