The Void Linux live image maker
Go to file
Juan RP 62406cba3f Merge pull request #51 from Vaelatern/truncate
Switch to truncate to allocate storage for images
2016-01-15 07:22:19 +01:00
data mklive: remove modesetting workaround for musl, intel(4) works again. 2015-05-27 16:49:33 +02:00
dracut dracut/services: don't autostart dmeventd, lvmetad and mdadm. 2015-10-09 09:05:24 +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: *.{img,xz} 2015-05-29 09:25:41 +02: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 mklive: require xbps>=0.45 for two phase installation. 2015-06-03 14:28:38 +02:00
build-arm-images.sh.in build-arm-images: PLATFORM can be overrided now. 2015-09-07 20:00:35 +02:00
build-rootfs.sh.in build-rootfs: build musl rootfs too; PLATFORMS can be overrided now. 2015-09-07 19:59:26 +02:00
build-x86-images.sh.in build-x86-images: enable the LXQt image by default. 2015-11-03 17:03:51 +01:00
installer.sh.in installer: redirect stderr to /dev/null for cciss(4). 2015-11-10 09:44:05 +01:00
mkimage.sh.in Switch to truncate to allocate storage for images 2016-01-14 08:48:43 -05:00
mklive.sh.in Switch to truncate to allocate storage for images 2016-01-14 08:48:43 -05:00
mkrootfs.sh.in mkrootfs: add dockstar support 2015-07-18 16:44:49 +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.45
  • 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 :-)