The Void Linux live image maker
Go to file
Juan RP 1c603437d3 mk{image,rootfs}: add beaglebone platform support. 2014-12-05 05:46:31 +01:00
data mklive: install vpkg conf file to the system virtualpkg directory instead. 2014-11-05 09:45:29 +01:00
dracut dracut/service: do not enable agetty-generic; misc tweaks. 2014-12-04 10:08:13 +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: don't forbit *.sh, obviously :-) 2014-12-02 21:03:41 +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 README: update. 2014-08-03 20:15:19 +02:00
build-x86-images.sh.in build-x86-images.sh.in: grub and dialog should be part of all live CDs. 2014-12-05 02:17:57 +01:00
installer.sh.in installer: run partx -u just to be sure to update its partition table. 2014-10-25 10:07:50 +02:00
mkimage.sh.in mk{image,rootfs}: add beaglebone platform support. 2014-12-05 05:46:31 +01:00
mklive.sh.in mklive: force reconfiguration of util-linux to make sure uuidd is created. 2014-12-03 14:13:42 +01:00
mkrootfs.sh.in mk{image,rootfs}: add beaglebone platform support. 2014-12-05 05:46:31 +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
  • GNU bash
  • 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 :-)