The Void Linux live image maker
Go to file
Juan RP 1bd3d55b05 mkimage: on bpi, cubie{board2,truck} we don't need a FAT partition. 2015-05-21 12:12:17 +02:00
data data/void-vpkgs.conf: add some more default pkgs. 2015-01-10 06:42:19 +01:00
dracut dracut: only install memdisk stuff if /usr/bin/memdiskfind exists. 2015-05-08 17:55:36 +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 Merge pull request #27 from pullmoll/master 2015-05-20 11:23:10 +02:00
mkimage.sh.in mkimage: on bpi, cubie{board2,truck} we don't need a FAT partition. 2015-05-21 12:12:17 +02:00
mklive.sh.in Support for MEMDISK 2015-05-02 12:16:21 +02:00
mkrootfs.sh.in mkrootfs: fix -r order. 2015-05-20 19:18:05 +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 :-)