The Noid Linux live image maker

Gottox 24f3cd97c2 install bootloader on udroid-u2 11 年 前
dracut 783a25e632 Misc changes to reduce image size. 11 年 前
grub c80eee86f9 vmklive: drop locale.LANG from kernel cmdline, it's always set to en_US.UTF-8. 11 年 前
isolinux c80eee86f9 vmklive: drop locale.LANG from kernel cmdline, it's always set to en_US.UTF-8. 11 年 前
.gitignore b877a74a49 .gitignore: ignore all .sh files. 11 年 前
COPYING 63dbda3e43 COPYING: sync with reality. 11 年 前
Makefile be13cabb84 Makefile: generate executable scripts. 11 年 前
README.md d36f33b76c README -> README.md 11 年 前
installer.sh.in 1854bcdb08 Fixed typo. 11 年 前
mkimage.sh.in 24f3cd97c2 install bootloader on udroid-u2 11 年 前
mklive.sh.in ad4c7ec381 mklive.sh.in: install local installer if available, otherwise the host one. 11 年 前
mkrootfs.sh.in d728ef5f4a mkrootfs: accept -p cubieboard. 11 年 前

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)