The Void Linux live image maker
Go to file
Juan RP 6bf0ef18f6 build-rootfs: fix arg order. 2015-02-22 09:46:05 +01:00
data data/void-vpkgs.conf: add some more default pkgs. 2015-01-10 06:42:19 +01:00
dracut dracut/adduser: add user to the audio/video groups. 2015-02-14 12:44:10 +01:00
grub mklive: force-add init=/sbin/init to the kernel cmdline for now. 2014-09-20 11:42:37 +02:00
isolinux mklive: force-add init=/sbin/init to the kernel cmdline for now. 2014-09-20 11:42:37 +02:00
keys mklive: two fixes to generate images on any linux distro. 2014-06-25 06:53:30 +02:00
.gitignore .gitignore: ignore .sh files in topdir. 2014-12-05 06:09:16 +01:00
COPYING Update copyright. 2014-11-14 18:27:26 +01:00
Makefile Makefile: generate executable scripts. 2014-01-11 18:51:47 +01:00
README.md mklive: multiple improvements and fixes. 2014-12-17 18:26:28 +01:00
build-arm-images.sh.in build-arm-images: only build the images, the rootfs must be available. 2015-02-22 09:40:25 +01:00
build-rootfs.sh.in build-rootfs: fix arg order. 2015-02-22 09:46:05 +01:00
build-x86-images.sh.in build-x86-images: pass additional args to mklive. 2015-02-21 17:31:01 +01:00
installer.sh.in Option not to install a bootloader 2015-02-20 22:12:18 +01:00
mkimage.sh.in mkimage: misc cosmetic tweaks; umount rootfs/boot only if it's mounted. 2015-02-22 09:39:47 +01:00
mklive.sh.in mklive: add libgcc to required pkgs; glibc's pthread_cancel needs it :/ 2015-02-21 18:25:14 +01:00
mkrootfs.sh.in mkrootfs: die if $QEMU_BIN is not in PATH. 2015-02-12 09:14:22 +01:00

README.md

The Void Linux image/live/rootfs maker and installer

This repository contains utilities for Void Linux:

  • installer (The Void Linux el-cheapo installer for x86)

  • mklive (The Void Linux live image maker for x86)

  • mkimage (The Void Linux image maker for ARM platforms)

  • mkrootfs (The Void Linux rootfs maker for ARM platforms)

Dependencies

  • xbps>=0.35
  • parted (for mkimage)
  • qemu-user-static binaries (for mkrootfs)

Usage

Type

$ make

and then see the usage output:

$ ./mklive.sh -h
$ ./mkrootfs.sh -h
$ ./mkimage.sh -h

Examples

Build an x86 live image with runit and keyboard set to 'fr':

# ./mklive.sh -k fr

Build an x86 live image with systemd and some optional packages:

# ./mklive.sh -b base-system-systemd -p 'vim rtorrent'

See the usage output for more information :-)