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.

135 lines
3.6 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/DEBIAN/debian-12.1.0-amd64-DVD-1.iso",
  17. "alias": "Debian GNU/Linux [Bookworm 12.1] (Installer) "
  18. },
  19. {
  20. "image": "/OS/DEBIAN/debian-live-12.1.0-amd64-gnome.iso",
  21. "alias": "Debian GNU/Linux [Bookworm 12.1 GNOME] (Live) "
  22. },
  23. {
  24. "image": "/OS/DEBIAN/debian-12.1.0-amd64-netinst.iso",
  25. "alias": "Debian GNU/Linux [Bookworm 12.1] (NetInstaller)"
  26. },
  27. {
  28. "image": "/OS/DEBIAN/debian-live-12.1.0-amd64-kde.iso",
  29. "alias": "Debian GNU/Linux [Bookworm 12.1 KDE] (Live)"
  30. },
  31. {
  32. "image": "/OS/OTHER/zarchcraft-2023.07.05-x86_64.iso",
  33. "alias": "Archcraft [2023.07] (Live)"
  34. },
  35. {
  36. "image": "/OS/OTHER/devuan_daedalus_5.0.0_amd64_desktop-live.iso",
  37. "alias": "Devuan GNU+Linux [Daedalus 5.0] (Live)"
  38. },
  39. {
  40. "image": "/OS/OTHER/proxmox-ve_8.0-2.iso",
  41. "alias": "Proxmox VE [8.0] (Installer)"
  42. },
  43. {
  44. "image": "/OS/OTHER/tails-amd64-5.16.img",
  45. "alias": "Tails [5.16] (Live)"
  46. },
  47. {
  48. "image": "/OS/OTHER/ubuntu-23.04-desktop-amd64.iso",
  49. "alias": "Ubuntu Desktop [23.04] (Live)"
  50. },
  51. {
  52. "image": "/OS/OTHER/trisquel_11.0_amd64.iso",
  53. "alias": "Trisquel GNU/Linux [11.0] (Live)"
  54. },
  55. {
  56. "image": "/OS/OTHER/systemrescue-9.05-amd64.iso",
  57. "alias": "SystemRescue [9.05] (Live)"
  58. },
  59. {
  60. "image": "/OS/OTHER/yunohost-bullseye-11.0.9-amd64-stable.iso",
  61. "alias": "Yunohost [Bullseye 11.0.9] (Installer)"
  62. },
  63. {
  64. "image": "/OS/OTHER/znetboot.xyz.img",
  65. "alias": "netboot.xyz "
  66. }
  67. ],
  68. "menu_class":[
  69. {
  70. "key": "debian",
  71. "class": "debian"
  72. },
  73. {
  74. "key": "devuan",
  75. "class": "devuan"
  76. },
  77. {
  78. "key": "zarchcraft",
  79. "class": "archcraft"
  80. },
  81. {
  82. "key": "guix",
  83. "class": "guix"
  84. },
  85. {
  86. "key": "AV_Linux",
  87. "class": "avlinux"
  88. },
  89. {
  90. "key": "yunohost",
  91. "class": "yunohost"
  92. },
  93. {
  94. "key": "openwrt",
  95. "class": "openwrt"
  96. },
  97. {
  98. "key": "proxmox",
  99. "class": "proxmox"
  100. },
  101. {
  102. "key": "pop",
  103. "class": "popos"
  104. },
  105. {
  106. "key": "Qubes",
  107. "class": "qubes"
  108. },
  109. {
  110. "key": "openmediavault",
  111. "class": "openmediavault"
  112. },
  113. {
  114. "key": "netboot",
  115. "class": "netboot"
  116. },
  117. {
  118. "key": "tails",
  119. "class": "Tails"
  120. },
  121. {
  122. "key": "ubuntu",
  123. "class": "Ubuntu"
  124. },
  125. {
  126. "key": "trisquel",
  127. "class": "trisquel"
  128. },
  129. {
  130. "key": "systemrescue",
  131. "class": "systemrescue"
  132. }
  133. ]
  134. }