README 913 B

123456789101112131415161718192021222324
  1. void-mklive - The Void Linux live image maker
  2. This is a simple shell script to build a live image for the
  3. Void linux distribution. The images contain the void-installer package
  4. to be able to install Void linux to storage disks.
  5. Usage: vmklive [options]
  6. Options:
  7. -C file Path to configuration file (defaults to ~/.mklive.conf)
  8. -c (gzip|bzip2|xz) Compression type for the squashfs/initramfs image.
  9. -k version Kernel version to use.
  10. -o outfile Output file name for the ISO image.
  11. -s splash Splash image file for isolinux.
  12. -v volname ISO Volume name.
  13. * If -k not specified it will use $(uname -r) by default.
  14. * The first time it is executed a config file will be created (~/mklive.conf).
  15. * It's assumed that void-mklive is executed in a Void Linux system.
  16. Take a look at the configuration file (~/mklive.conf) to tweak some
  17. default parameters in the generated image.
  18. -- Juan RP <[email protected]>