The Noid Linux live image maker

Juan RP 6a8e09f715 build-arm-images: PLATFORM can be overrided now. il y a 9 ans
data 00dda59b0b mklive: remove modesetting workaround for musl, intel(4) works again. il y a 10 ans
dracut eddedc275d dracut/dm-autologin: autostart lxqt if available. il y a 9 ans
grub 749ed6c3c4 mklive: add a new entry to load image into RAM (grub, syslinux). il y a 10 ans
isolinux 749ed6c3c4 mklive: add a new entry to load image into RAM (grub, syslinux). il y a 10 ans
keys 30d9ebece4 Added musl.voidlinux.net RSA pubkey. il y a 10 ans
.gitignore 9068070c6f .gitignore: *.{img,xz} il y a 10 ans
COPYING bc5f40d51f COPYING: it's 2015. il y a 10 ans
Makefile be13cabb84 Makefile: generate executable scripts. il y a 11 ans
README.md 77ff6c34c9 mklive: require xbps>=0.45 for two phase installation. il y a 10 ans
build-arm-images.sh.in 6a8e09f715 build-arm-images: PLATFORM can be overrided now. il y a 9 ans
build-rootfs.sh.in f16ea26f30 build-rootfs: build musl rootfs too; PLATFORMS can be overrided now. il y a 9 ans
build-x86-images.sh.in 851c861cfd build-x86-images: added lxqt image. il y a 9 ans
installer.sh.in 9f809e5211 installer: repair configuration of pkgs with network installation. il y a 10 ans
mkimage.sh.in 391e50f0c2 mkimage: consistently redirect std{err,out} to /dev/null with dd(1). il y a 10 ans
mklive.sh.in e514350f88 mklive: install GRUB EFI loader as EFI/BOOT/BOOTX64.EFI. il y a 10 ans
mkrootfs.sh.in 8a42aecd3f mkrootfs: add dockstar support il y a 9 ans

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.45
  • 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 a native live image with runit and keyboard set to 'fr':

# ./mklive.sh -k fr

Build an i686 (on x86_64) live image with some additional packages:

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

Build an x86_64 musl live image with packages stored in a local repository:

# ./mklive.sh -a x86_64-musl -r /path/to/host/binpkgs

See the usage output for more information :-)