The Void Linux live image maker
Go to file
Juan RP e514350f88 mklive: install GRUB EFI loader as EFI/BOOT/BOOTX64.EFI.
There are some EFI firmwares that expect the loader to be in that
location and being uppercase, so that there more chances to make this
boot on more systems.
2015-07-12 08:48:08 +02:00
data mklive: remove modesetting workaround for musl, intel(4) works again. 2015-05-27 16:49:33 +02:00
dracut dracut/display-manager-autologin: autologin to lxde if found via lxdm. 2015-05-29 17:00:50 +02:00
grub mklive: add a new entry to load image into RAM (grub, syslinux). 2015-04-29 16:50:18 +02:00
isolinux mklive: add a new entry to load image into RAM (grub, syslinux). 2015-04-29 16:50:18 +02:00
keys Added musl.voidlinux.net RSA pubkey. 2015-05-08 17:25:42 +02:00
.gitignore .gitignore: *.{img,xz} 2015-05-29 09:25:41 +02:00
COPYING COPYING: it's 2015. 2015-04-15 07:33:47 +02:00
Makefile Makefile: generate executable scripts. 2014-01-11 18:51:47 +01:00
README.md mklive: require xbps>=0.45 for two phase installation. 2015-06-03 14:28:38 +02:00
build-arm-images.sh.in build-arm-images: respect musl targets. 2015-06-12 11:02:30 +02:00
build-rootfs.sh.in build-rootfs.sh.in: add cubietruck 2015-05-16 19:45:51 +02:00
build-x86-images.sh.in build-x86-images: add gnome-keyring to cinnamon/mate/xfce images. 2015-06-30 18:17:22 +02:00
installer.sh.in installer: repair configuration of pkgs with network installation. 2015-06-03 14:36:04 +02:00
mkimage.sh.in mkimage: consistently redirect std{err,out} to /dev/null with dd(1). 2015-06-12 10:59:23 +02:00
mklive.sh.in mklive: install GRUB EFI loader as EFI/BOOT/BOOTX64.EFI. 2015-07-12 08:48:08 +02:00
mkrootfs.sh.in mkrootfs: get rid of pixz; fix rpi target arch. 2015-06-12 10:28:40 +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.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 :-)