README 637 B

12345678910111213141516171819
  1. ## The Void Linux image/live/rootfs maker and installer
  2. This repository contains utilities for Void Linux:
  3. * void-installer (The Void Linux el-cheapo installer for x86)
  4. * void-mkimage (The Void Linux image maker for x86 and Raspberry Pi)
  5. * void-mklive (The Void Linux live image maker x86)
  6. * void-mkrootfs (The Void Linux rootfs maker for x86 and Raspberry Pi)
  7. #### Dependencies
  8. * xbps>=0.21
  9. * GNU bash
  10. * syslinux (to generate the PC-BIOS bootloader)
  11. * dosfstools (to generate the EFI bootloader)
  12. * xorriso (to generate the ISO image)
  13. * squashfs-tools (to generate the squashed rootfs)
  14. * parted (to generate image)