The Void Linux live image maker
Go to file
Juan RP 5962f489e0 dracut/display-manager-autologin.sh: enable kdm autologin. 2015-05-24 07:36:42 +02:00
data data/void-vpkgs.conf: add some more default pkgs. 2015-01-10 06:42:19 +01:00
dracut dracut/display-manager-autologin.sh: enable kdm autologin. 2015-05-24 07:36:42 +02:00
grub mklive: add a new entry to load image into RAM (grub, syslinux). 2015-04-29 16:50:18 +02:00
isolinux mklive: add a new entry to load image into RAM (grub, syslinux). 2015-04-29 16:50:18 +02:00
keys Added musl.voidlinux.net RSA pubkey. 2015-05-08 17:25:42 +02:00
.gitignore .gitignore: ignore .sh files in topdir. 2014-12-05 06:09:16 +01:00
COPYING COPYING: it's 2015. 2015-04-15 07:33:47 +02:00
Makefile Makefile: generate executable scripts. 2014-01-11 18:51:47 +01:00
README.md README: update mklive examples. 2015-04-15 07:33:04 +02:00
build-arm-images.sh.in build-arm-images.sh.in: add cubietruck 2015-05-16 19:42:47 +02:00
build-rootfs.sh.in build-rootfs.sh.in: add cubietruck 2015-05-16 19:45:51 +02:00
build-x86-images.sh.in void-mklive: Fixes for systems with md / lvm2 2015-05-08 07:06:26 +02:00
installer.sh.in installer: remove partx(8) use; cfdisk should be enough. 2015-05-22 07:35:31 +02:00
mkimage.sh.in mkimage: bananapi-uboot still assumes fat partition. 2015-05-21 12:16:25 +02:00
mklive.sh.in Support for MEMDISK 2015-05-02 12:16:21 +02:00
mkrootfs.sh.in mkrootfs: add cubietruck platform. 2015-05-22 09:33:32 +02: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 a native live image with runit and keyboard set to 'fr':

# ./mklive.sh -k fr

Build an i686 (on x86_64) live image with some additional packages:

# ./mklive.sh -a i686 -p 'vim rtorrent'

Build an x86_64 musl live image with packages stored in a local repository:

# ./mklive.sh -a x86_64-musl -r /path/to/host/binpkgs

See the usage output for more information :-)