The Void Linux live image maker
Go to file
Juan RP b4140a3b2e README: update. 2013-08-22 17:35:31 +02: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 Start integration of void-installer and start conversion to non-busybox utils. 2013-05-19 09:39:56 +02:00
Makefile Makefile: bump to v20. 2013-08-22 16:15:39 +02:00
README README: update. 2013-08-22 17:35:31 +02:00
installer.sh.in installer: repair network install. 2013-08-22 16:36:37 +02:00
mkimage.sh.in New void-mkimage script to generate working images with a provided rootfs tarball. 2013-08-11 12:17:18 +02:00
mklive.sh.in Misc changes to reduce image size. 2013-08-22 11:52:07 +02:00
mkrootfs.sh.in Add -V option to show version to void-mk{live,rootfs} and installer in the title. 2013-08-11 12:16:29 +02:00

README

## 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)