The Void Linux live image maker
Go to file
root 0621eebf86 Merge branch 'master' of https://github.com/voidlinux/void-mklive 2014-01-22 11:01:26 +01:00
dracut Misc changes to reduce image size. 2013-08-22 11:52:07 +02:00
grub vmklive: drop locale.LANG from kernel cmdline, it's always set to en_US.UTF-8. 2013-11-14 11:52:00 +01:00
isolinux vmklive: drop locale.LANG from kernel cmdline, it's always set to en_US.UTF-8. 2013-11-14 11:52:00 +01: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 Makefile: generate executable scripts. 2014-01-11 18:51:47 +01:00
README.md README -> README.md 2013-08-22 17:35:40 +02:00
installer.sh.in installer: after successfull installation only remove dialog pkg. 2013-11-14 11:55:16 +01:00
mkimage.sh.in mkimage: create /boot partition at 4096 sectors. 2014-01-21 23:27:52 +01:00
mklive.sh.in mklive.sh.in: install local installer if available, otherwise the host one. 2014-01-11 18:51:02 +01:00
mkrootfs.sh.in Merge branch 'master' of https://github.com/voidlinux/void-mklive 2014-01-22 11:01:26 +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)