README 959 B

12345678910111213141516171819202122232425
  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. -r rootdir Rootfs directory.
  12. -s splash Splash image file for isolinux.
  13. -v volname ISO Volume name.
  14. NOTE: If -k not specified it will use $(uname -r) by default.
  15. NOTE: the first time it is executed a configuration file will be created at ~/mklive.conf.
  16. NOTE: It's assumed that void-mklive is run in a Void Linux system.
  17. Take a look at the configuration file (~/mklive.conf) to tweak some
  18. default parameters in the generated image.
  19. -- Juan RP <[email protected]>