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.

80 lines
2.9 KiB

  1. # The Mostly Harmless USB!
  2. - Website: <https://mostlyharmless.io/usb/>
  3. - Documentation: <https://docs.libretech.shop/usb/>
  4. - Purchase or Gift: <https://libretech.shop/product/usb/>
  5. ## Screen capture of the MH-USB
  6. Curious about what the MH-USB looks like? And what it can do for you? Check out
  7. the screen capture below:
  8. <iframe width="560" height="315" sandbox="allow-same-origin allow-scripts
  9. allow-popups" title="The Mostly Harmless USB Disk - Demo"
  10. src="https://sovran.video/videos/embed/5f1c871e-d76b-4d26-bcfa-804de1c6fdcb"
  11. frameborder="0" allowfullscreen>
  12. </iframe>
  13. URL: <https://sovran.video/w/cKcoJ1kHA2vkaWbrHVsfJg>
  14. ## Download OS images separately
  15. The actual operating system images and installers are not a part of this git
  16. repository. Instead, the images are distributed separately in an archive.
  17. Please download the OS images from the following URL:
  18. <https://mostlyharmless.io/usb/images.tar>
  19. This `tar` contains all the `.iso`, `.img` and other files present in the
  20. `MH-USB/OS/` and ` MH-USB/RPi` directories. Here is a listing of the current
  21. contents:
  22. ```
  23. OS/
  24. OS/Fedora-Workstation-Live-x86_64-35-1.2.iso
  25. OS/LibreELEC-Generic.x86_64-10.0.1.img
  26. OS/Qubes-R4.0.4-x86_64.iso
  27. OS/alpine-standard-3.15.0-x86_64.iso
  28. OS/debian-live-11.2.0-amd64-cinnamon.iso
  29. OS/devuan_chimaera_4.0.0_amd64_desktop-live.iso
  30. OS/guix-system-install-1.3.0.x86_64-linux.iso
  31. OS/haiku-r1beta3-x86_64-anyboot.iso
  32. OS/manjaro-kde-21.2.1-220103-linux515.iso
  33. OS/manjaro-kde-21.2.1-minimal-220103-linux515.iso
  34. OS/netboot.xyz.iso
  35. OS/openmediavault_5.6.13-amd64.iso
  36. OS/openwrt-21.02.0-x86-64-generic-ext4-combined.img
  37. OS/proxmox-ve_7.1-2.iso
  38. OS/systemrescue-9.00-amd64.iso
  39. OS/tails-amd64-4.26.img
  40. OS/trisquel-mini_9.0.1_amd64.iso
  41. OS/ubuntu-20.04.3-desktop-amd64.iso
  42. OS/Fedora-Workstation-Live-x86_64-35-1.2.iso.sha256
  43. OS/LibreELEC-Generic.x86_64-10.0.1.img.sha256
  44. OS/Qubes-R4.0.4-x86_64.iso.sha256
  45. OS/alpine-standard-3.15.0-x86_64.iso.sha256
  46. OS/debian-live-11.2.0-amd64-cinnamon.iso.sha256
  47. OS/devuan_chimaera_4.0.0_amd64_desktop-live.iso.sha256
  48. OS/guix-system-install-1.3.0.x86_64-linux.iso.sha256
  49. OS/haiku-r1beta3-x86_64-anyboot.iso.sha256
  50. OS/manjaro-kde-21.2.1-220103-linux515.iso.sha256
  51. OS/manjaro-kde-21.2.1-minimal-220103-linux515.iso.sha256
  52. OS/netboot.xyz.iso.sha256
  53. OS/openmediavault_5.6.13-amd64.iso.sha256
  54. OS/openwrt-21.02.0-x86-64-generic-ext4-combined.img.sha256
  55. OS/proxmox-ve_7.1-2.iso.sha256
  56. OS/systemrescue-9.00-amd64.iso.sha256
  57. OS/tails-amd64-4.26.img.sha256
  58. OS/trisquel-mini_9.0.1_amd64.iso.sha256
  59. OS/ubuntu-20.04.3-desktop-amd64.iso.sha256
  60. RPi/
  61. RPi/2021-10-30-raspios-bullseye-armhf-lite.zip
  62. RPi/LibreELEC-RPi4.arm-10.0.1.img.gz
  63. ```
  64. Once the `images.tar` file is downloaded, move it to the `MH-USB/` directory
  65. and run: `tar xvf images.tar`.
  66. After you've done this you can use the `prepare-usb.sh` script to create your
  67. own MH-USB disk.