The Noid Linux live image maker

Juan RP 7045698d74 gitignore: only ignore generated mklive.sh. 13 سال پیش
dracut dce041a6fe Rename dracut files. 13 سال پیش
.gitignore 7045698d74 gitignore: only ignore generated mklive.sh. 13 سال پیش
Makefile dce041a6fe Rename dracut files. 13 سال پیش
README 5f1c11eb55 README: s/vmklive/void-mklive/ 13 سال پیش
mklive.sh.in 1499876d5c mklive: removed unused -r flag; misc tweaks. 13 سال پیش

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.

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.
-v volname ISO Volume name.

* 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