The Void Linux live image maker
Go to file
Juan RP 86297ed6c0 mkrootfs: drop systemd dependency; misc tweaks. 2013-11-12 16:48:59 +01:00
dracut Misc changes to reduce image size. 2013-08-22 11:52:07 +02:00
grub Set locale.LANG in grub/syslinux config. 2013-05-21 21:46:48 +02:00
isolinux Set locale.LANG in grub/syslinux config. 2013-05-21 21:46:48 +02:00
.gitignore .gitignore: ignore all .sh files. 2013-08-11 12:09:07 +02:00
COPYING COPYING: sync with reality. 2013-09-14 15:17:16 +02:00
Makefile Make this work with xbps >= 0.26. 2013-09-29 10:26:53 +02:00
README.md README -> README.md 2013-08-22 17:35:40 +02:00
installer.sh.in installer: repair local installations. 2013-10-16 11:03:48 +02:00
mkimage.sh.in mkimage: check for losetup existence too. 2013-11-12 16:48:55 +01:00
mklive.sh.in Make this work with xbps >= 0.26. 2013-09-29 10:26:53 +02:00
mkrootfs.sh.in mkrootfs: drop systemd dependency; misc tweaks. 2013-11-12 16:48:59 +01:00

README.md

The Void Linux image/live/rootfs maker and installer

This repository contains utilities for Void Linux:

  • void-installer (The Void Linux el-cheapo installer for x86)
  • void-mkimage (The Void Linux image maker for x86 and Raspberry Pi)
  • void-mklive (The Void Linux live image maker x86)
  • void-mkrootfs (The Void Linux rootfs maker for x86 and Raspberry Pi)

Dependencies

  • xbps>=0.21
  • GNU bash
  • syslinux (to generate the PC-BIOS bootloader)
  • dosfstools (to generate the EFI bootloader)
  • xorriso (to generate the ISO image)
  • squashfs-tools (to generate the squashed rootfs)
  • parted (to generate image)