The Noid Linux live image maker

Juan RP fde61a9d43 installer: exit if /bin/dialog is not there. пре 10 година
data ab3a398875 mklive: set live user shell to /bin/sh; use /etc/issue; disable autologin. пре 10 година
dracut 914e193724 mklive: add -a opt to set XBPS_ARCH (for musl); misc changes for dracut/adduser. пре 10 година
grub 6711fb5182 mklive: force-add init=/sbin/init to the kernel cmdline for now. пре 10 година
isolinux 6711fb5182 mklive: force-add init=/sbin/init to the kernel cmdline for now. пре 10 година
keys ddbf495c4c mklive: two fixes to generate images on any linux distro. пре 11 година
.gitignore b877a74a49 .gitignore: ignore all .sh files. пре 11 година
COPYING 63dbda3e43 COPYING: sync with reality. пре 11 година
Makefile be13cabb84 Makefile: generate executable scripts. пре 11 година
README.md 27ab1fc5d5 README: update. пре 10 година
installer.sh.in fde61a9d43 installer: exit if /bin/dialog is not there. пре 10 година
mkimage.sh.in 20f2340387 mkimage: guess platform automatically, add new options to set fstype and boot fssize. пре 11 година
mklive.sh.in 0245d934c5 mklive: do not add dialog to the pkg list inconditionally; it's optional. пре 10 година
mkrootfs.sh.in 194c1cdd89 mkrootfs: update for base-system as runit. пре 10 година

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 :-)