The Void Linux live image maker
Go to file
Juan RP 8c91dea923 mklive: added -C and -T to append kernel cmdline args and modify bootloader title.
Requested by pancake.
2014-09-18 17:17:17 +02:00
data Move splash image and motd to data/; this way those can be overrided easily. 2014-09-18 16:52:28 +02:00
dracut dracut/adduser.sh: repair autologin with the latest agetty runit service. 2014-08-08 13:06:02 +02:00
grub mklive: added -C and -T to append kernel cmdline args and modify bootloader title. 2014-09-18 17:17:17 +02:00
isolinux mklive: added -C and -T to append kernel cmdline args and modify bootloader title. 2014-09-18 17:17:17 +02:00
keys mklive: two fixes to generate images on any linux distro. 2014-06-25 06:53:30 +02:00
.gitignore .gitignore: ignore all .sh files. 2013-08-11 12:09:07 +02:00
COPYING COPYING: sync with reality. 2013-09-14 15:17:16 +02: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
installer.sh.in installer: fixed multiple random issues. 2014-08-29 15:59:56 +02:00
mkimage.sh.in mkimage: guess platform automatically, add new options to set fstype and boot fssize. 2014-01-28 17:04:15 +01:00
mklive.sh.in mklive: added -C and -T to append kernel cmdline args and modify bootloader title. 2014-09-18 17:17:17 +02:00
mkrootfs.sh.in mkrootfs: update for base-system as runit. 2014-07-29 08:33:04 +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
  • 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 :-)