The Noid Linux live image maker

Juan RP 0afde3876f Update for xbps>=0.17, support new login with pam. 12 роки тому
dracut 2ef7a175c0 dracut/vmklive-adduser.sh: strip --noclear from [email protected]. 13 роки тому
grub e48e63b61c Revamped to support EFI booting via grub2. 13 роки тому
isolinux af2db6f6f9 isolinux.cfg.in: don't use multiline strings. 13 роки тому
.gitignore 7045698d74 gitignore: only ignore generated mklive.sh. 13 роки тому
COPYING 0595b35689 Added a COPYING file. 13 роки тому
Makefile e48e63b61c Revamped to support EFI booting via grub2. 13 роки тому
README e48e63b61c Revamped to support EFI booting via grub2. 13 роки тому
mklive.sh.in 0afde3876f Update for xbps>=0.17, support new login with pam. 12 роки тому

README

void-mklive - The Void Linux live image maker

This is a simple shell script to build a live image for the
Void linux distribution. The images contain the void-installer package
to be able to install Void linux to storage disks.

The generated image can be booted from BIOS and EFI systems (dual boot).
For BIOS isolinux is used and for EFI we use grub2.

Dependencies:
- dracut
- grub with support for PC-BIOS and x86_64 EFI
- syslinux
- dosfstools (for mkfs.vfat)
- xorriso
- squashfs-tools
- void-installer

Usage: void-mklive [options]

Options:
-C file Path to configuration file (defaults to ~/.mklive.conf)
-c (gzip|bzip2|xz) Compression type for the squashfs/initramfs image.
-k version Kernel version to use.
-o outfile Output file name for the ISO image.
-s splash Splash image file for isolinux.

* If -k not specified it will use $(uname -r) by default.
* The first time it is executed a config file will be created (~/mklive.conf).
* It's assumed that void-mklive is executed in a Void Linux system.

Take a look at the configuration file (~/mklive.conf) to tweak some
default parameters in the generated image.

-- Juan RP