The Void Linux live image maker
Go to file
Juan RP bfbaa4a63b mklive: require xbps>=0.16, install mount(8) from util-linux, set loglevel=4. 2012-07-03 17:22:25 +02:00
dracut dracut/vmklive-adduser.sh: strip --noclear from getty@.service. 2012-07-03 16:57:05 +02:00
.gitignore gitignore: only ignore generated mklive.sh. 2012-06-14 11:21:39 +02:00
Makefile Bump to 0.9.7. 2012-07-03 17:00:37 +02:00
README README: s/vmklive/void-mklive/ 2012-06-12 17:09:49 +02:00
mklive.sh.in mklive: require xbps>=0.16, install mount(8) from util-linux, set loglevel=4. 2012-07-03 17:22:25 +02:00

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 <xtraeme@gmail.com>