The Noid Linux live image maker

Juan RP 6711fb5182 mklive: force-add init=/sbin/init to the kernel cmdline for now. 10 лет назад
data ab3a398875 mklive: set live user shell to /bin/sh; use /etc/issue; disable autologin. 10 лет назад
dracut ab3a398875 mklive: set live user shell to /bin/sh; use /etc/issue; disable autologin. 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 620883f9b2 installer: fixed multiple random issues. 10 лет назад
mkimage.sh.in 20f2340387 mkimage: guess platform automatically, add new options to set fstype and boot fssize. 11 лет назад
mklive.sh.in ab3a398875 mklive: set live user shell to /bin/sh; use /etc/issue; disable autologin. 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 :-)