The Noid Linux live image maker

Juan RP ef81fb90f8 dracut/copy-initramfs.sh: only run this with systemd. 11 anos atrás
dracut ef81fb90f8 dracut/copy-initramfs.sh: only run this with systemd. 11 anos atrás
grub 11e39d0fbc mklive: switch to xz initramfs; misc tweaks. 11 anos atrás
isolinux 11e39d0fbc mklive: switch to xz initramfs; misc tweaks. 11 anos atrás
keys ddbf495c4c mklive: two fixes to generate images on any linux distro. 11 anos atrás
.gitignore b877a74a49 .gitignore: ignore all .sh files. 11 anos atrás
COPYING 63dbda3e43 COPYING: sync with reality. 11 anos atrás
Makefile be13cabb84 Makefile: generate executable scripts. 11 anos atrás
README.md 204277a8a8 README: add some examples. 11 anos atrás
installer.sh.in 1980b64954 installer: fixed some issues found with base-system-runit. 11 anos atrás
mkimage.sh.in 20f2340387 mkimage: guess platform automatically, add new options to set fstype and boot fssize. 11 anos atrás
mklive.sh.in ddbf495c4c mklive: two fixes to generate images on any linux distro. 11 anos atrás
mkrootfs.sh.in f2e9e4f27a mkrootfs: use built-in void pubkey; assign default void repo if -r unset. 11 anos atrás

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 -b base-system-runit -k fr

Build an x86 live image with systemd and some optional packages:

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

See the usage output for more information :-)